diff options
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r-- | gdb/remote-vx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index f7bd842..cb67787 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -215,10 +215,6 @@ vx_create_inferior (exec_file, args, env) vx_running = savestring (passArgs.arg_array_val[0], strlen (passArgs.arg_array_val[0])); -#ifdef CREATE_INFERIOR_HOOK - CREATE_INFERIOR_HOOK (pid); -#endif - push_target (&vx_run_ops); inferior_pid = taskStart.pid; |