aboutsummaryrefslogtreecommitdiff
path: root/gdb/inftarg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r--gdb/inftarg.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c
index 0636eaa..c55fbc4 100644
--- a/gdb/inftarg.c
+++ b/gdb/inftarg.c
@@ -334,11 +334,8 @@ static void
child_create_inferior (char *exec_file, char *allargs, char **env,
int from_tty)
{
-#ifdef HPUXHPPA
- fork_inferior (exec_file, allargs, env, ptrace_me, ptrace_him, pre_fork_inferior, NULL);
-#else
fork_inferior (exec_file, allargs, env, ptrace_me, ptrace_him, NULL, NULL);
-#endif
+
/* We are at the first instruction we care about. */
observer_notify_inferior_created (&current_target, from_tty);
/* Pedal to the metal... */