*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / infrun.hacked.c
index 6d726150c0e10fc579a2eb99e5928d33f4704708..4fbb14d3392a3ec3b2c36ddc42c1b6ce32dab832 100644 (file)
@@ -116,9 +116,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    
    
 
-#include <stdio.h>
-#include <string.h>
 #include "defs.h"
+#include <string.h>
 #include "symtab.h"
 #include "frame.h"
 #include "inferior.h"
@@ -533,10 +532,6 @@ child_create_inferior (exec_file, allargs, env)
 
   clear_proceed_status ();
 
-#if defined (START_INFERIOR_HOOK)
-  START_INFERIOR_HOOK ();
-#endif
-
   /* We will get a trace trap after one instruction.
      Continue it automatically.  Eventually (after shell does an exec)
      it will get another trace trap.  Then insert breakpoints and continue.  */
This page took 0.022888 seconds and 4 git commands to generate.