aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-nindy.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r--gdb/remote-nindy.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c
index b81ffc7..35365c1 100644
--- a/gdb/remote-nindy.c
+++ b/gdb/remote-nindy.c
@@ -609,12 +609,8 @@ nindy_create_inferior (execfile, args, env)
pid = 42;
-#ifdef CREATE_INFERIOR_HOOK
- CREATE_INFERIOR_HOOK (pid);
-#endif
-
-/* The "process" (board) is already stopped awaiting our commands, and
- the program is already downloaded. We just set its PC and go. */
+ /* The "process" (board) is already stopped awaiting our commands, and
+ the program is already downloaded. We just set its PC and go. */
inferior_pid = pid; /* Needed for wait_for_inferior below */