From f005e85b88b980a7bf632f894fab61b597a05f1a Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 28 Jan 1992 02:49:12 +0000 Subject: [PATCH] Remove obsolete START_INFERIOR_HOOK. --- gdb/infrun.hacked.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gdb/infrun.hacked.c b/gdb/infrun.hacked.c index 6d726150c0..ae633e2bd1 100644 --- a/gdb/infrun.hacked.c +++ b/gdb/infrun.hacked.c @@ -533,10 +533,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. */ -- 2.34.1