gdb/doc/
[external/binutils.git] / gdb / testsuite / gdb.base / structs.c
index c26b86c..df4dfa9 100644 (file)
@@ -401,10 +401,6 @@ static struct { char c; } chartest[256];
 
 int main()
 {
-#ifdef usestubs
-  set_debug_traps();
-  breakpoint();
-#endif
   int i;
 
   for (i = 0; i < 256; i++)