2005-11-11 Michael Snyder <msnyder@redhat.com>

* inftarg.c (child_wait): Delete unused local variable.
This commit is contained in:
Michael Snyder
2005-11-11 22:30:23 +00:00
parent 907be67c7e
commit 946db78215
2 changed files with 10 additions and 1 deletions

View File

@@ -102,7 +102,6 @@ child_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
int status;
char *execd_pathname = NULL;
int exit_status;
int related_pid;
int syscall_id;
enum target_waitkind kind;
int pid;