gdb/doc/
[external/binutils.git] / gdb / testsuite / gdb.base / signals.c
index f1ebcfc..d97719c 100644 (file)
@@ -38,10 +38,6 @@ func2 ()
 int
 main ()
 {
-#ifdef usestubs
-  set_debug_traps();
-  breakpoint();
-#endif
 #ifdef SIGALRM
   signal (SIGALRM, handler);
 #endif