Remove obsolete START_INFERIOR_HOOK.
This commit is contained in:
parent
0bd83fd723
commit
f005e85b88
1 changed files with 0 additions and 4 deletions
|
@ -533,10 +533,6 @@ child_create_inferior (exec_file, allargs, env)
|
||||||
|
|
||||||
clear_proceed_status ();
|
clear_proceed_status ();
|
||||||
|
|
||||||
#if defined (START_INFERIOR_HOOK)
|
|
||||||
START_INFERIOR_HOOK ();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* We will get a trace trap after one instruction.
|
/* We will get a trace trap after one instruction.
|
||||||
Continue it automatically. Eventually (after shell does an exec)
|
Continue it automatically. Eventually (after shell does an exec)
|
||||||
it will get another trace trap. Then insert breakpoints and continue. */
|
it will get another trace trap. Then insert breakpoints and continue. */
|
||||||
|
|
Loading…
Reference in a new issue