aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/filestuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/filestuff.h')
-rw-r--r--gdb/common/filestuff.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/common/filestuff.h b/gdb/common/filestuff.h
index 7e95b9c..c50781d 100644
--- a/gdb/common/filestuff.h
+++ b/gdb/common/filestuff.h
@@ -112,10 +112,6 @@ extern int gdb_socket_cloexec (int domain, int style, int protocol);
extern int gdb_pipe_cloexec (int filedes[2]);
-/* Return a new cleanup that closes FD. */
-
-extern struct cleanup *make_cleanup_close (int fd);
-
struct gdb_dir_deleter
{
void operator() (DIR *dir) const