Remove last cleanup from linux-namespaces.c
[deliverable/binutils-gdb.git] / gdb / common / filestuff.h
index 7e95b9ca2d4e76632540e3e9ad0afacd2a2b1c8e..c50781da01c23c4d7711ee4db880232087ec70be 100644 (file)
@@ -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
This page took 0.027721 seconds and 4 git commands to generate.