diff options
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r-- | gdb/remote-st.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c index aa1b7cd..582ab2f 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -251,10 +251,6 @@ st2000_create_inferior (execfile, args, env) entry_pt = (int) bfd_get_start_address (exec_bfd); -#ifdef CREATE_INFERIOR_HOOK - CREATE_INFERIOR_HOOK (0); /* No process-ID */ -#endif - /* The "process" (board) is already stopped awaiting our commands, and the program is already downloaded. We just set its PC and go. */ |