[gdb/testsuite] Reduce errors after gdb exit in default_gdb_start
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / setshow.c
index fbaba0f5ddf02c7be0f232b1fda7c486d8001d85..c8e843cb54bcb833d573120bd444efa96cb41bfb 100644 (file)
@@ -3,21 +3,10 @@
 
 #include <stdio.h>
 
-#ifdef PROTOTYPES
 int
 main(int argc, char **argv)
-#else
-int 
-main(argc, argv)
-     int argc;
-     char **argv;
-#endif
 {
   int i = 1;
-#ifdef usestubs
-  set_debug_traps();
-  breakpoint();
-#endif
 
   if (argc <= 0 || argc > 8)
     return -1;
This page took 0.025873 seconds and 4 git commands to generate.