* energize.c (send_location): New routine to consolidate all
[deliverable/binutils-gdb.git] / gdb / infrun.hacked.c
index d38bd067a79e92a47151c77af0b1fcbba04b95e4..4fbb14d3392a3ec3b2c36ddc42c1b6ce32dab832 100644 (file)
@@ -116,10 +116,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    
    
 
-#include <stdio.h>
-#include <string.h>
 #include "defs.h"
-#include "param.h"
+#include <string.h>
 #include "symtab.h"
 #include "frame.h"
 #include "inferior.h"
@@ -534,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.023095 seconds and 4 git commands to generate.