aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/gdb_tilde_expand.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/gdb_tilde_expand.h')
-rw-r--r--gdbsupport/gdb_tilde_expand.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdbsupport/gdb_tilde_expand.h b/gdbsupport/gdb_tilde_expand.h
index c47cd6a..06b9651 100644
--- a/gdbsupport/gdb_tilde_expand.h
+++ b/gdbsupport/gdb_tilde_expand.h
@@ -23,8 +23,4 @@
/* Perform tilde expansion on DIR, and return the full path. */
extern std::string gdb_tilde_expand (const char *dir);
-/* Same as GDB_TILDE_EXPAND, but return the full path as a
- gdb::unique_xmalloc_ptr<char>. */
-extern gdb::unique_xmalloc_ptr<char> gdb_tilde_expand_up (const char *dir);
-
#endif /* COMMON_GDB_TILDE_EXPAND_H */