This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obvious] inftarg.c/child_wait: remove unused variable


Obvious: unused local variable

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

	* inftarg.c (child_wait): Delete unused local variable.

Index: inftarg.c
===================================================================
RCS file: /cvs/src/src/gdb/inftarg.c,v
retrieving revision 1.43
diff -p -r1.43 inftarg.c
*** inftarg.c	4 Sep 2005 16:18:19 -0000	1.43
--- inftarg.c	11 Nov 2005 20:08:09 -0000
*************** child_wait (ptid_t ptid, struct target_w
*** 102,108 ****
    int status;
    char *execd_pathname = NULL;
    int exit_status;
-   int related_pid;
    int syscall_id;
    enum target_waitkind kind;
    int pid;
--- 102,107 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]