gdb/doc/
[external/binutils.git] / gdb / testsuite / gdb.base / interrupt.c
index 80b9060..d7bb271 100644 (file)
@@ -17,10 +17,6 @@ main ()
 {
   char x;
   int nbytes;
-#ifdef usestubs
-  set_debug_traps();
-  breakpoint();
-#endif
 #ifdef SIGNALS
   signal (SIGINT, sigint_handler);
 #endif