diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index cb7b2ec..ebc6c62 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -52,13 +52,6 @@ inf_child_store_inferior_registers (int regnum) { } -void -inf_child_post_wait (ptid_t ptid, int wait_status) -{ - /* This version of Unix doesn't require a meaningful "post wait" - operation. */ -} - static void inf_child_post_attach (int pid) { @@ -197,7 +190,6 @@ inf_child_target (void) t->to_doc = "Unix child process (started by the \"run\" command)."; t->to_open = inf_child_open; t->to_post_attach = inf_child_post_attach; - t->to_post_wait = inf_child_post_wait; t->to_fetch_registers = inf_child_fetch_inferior_registers; t->to_store_registers = inf_child_store_inferior_registers; t->to_prepare_to_store = inf_child_prepare_to_store; |