diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index b65bbf3..949f530 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -202,13 +202,6 @@ inf_child_target::maybe_unpush_target () current_inferior ()->unpush_target (this); } -void -inf_child_target::post_startup_inferior (ptid_t ptid) -{ - /* This target doesn't require a meaningful "post startup inferior" - operation by a debugger. */ -} - bool inf_child_target::can_run () { |