2004-06-08 Andrew Cagney <cagney@gnu.org>
[binutils-gdb.git] / gdb / gnu-nat.c
index aac10f8364fc62c3b1ab9ca9ad6633c2ea5232b4..f43d1ba0d1396ef3d74bf092403c00be40b62ca5 100644 (file)
@@ -2103,8 +2103,6 @@ gnu_can_run (void)
 }
 
 \f
-#ifdef ATTACH_DETACH
-
 /* Attach to process PID, then initialize for debugging it
    and wait for the trace-trap that results from attaching.  */
 static void
@@ -2189,8 +2187,6 @@ gnu_detach (char *args, int from_tty)
 
   unpush_target (&gnu_ops);    /* Pop out of handling an inferior */
 }
-#endif /* ATTACH_DETACH */
-
 \f
 static void
 gnu_terminal_init_inferior (void)