diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index a255318d141..2b829bfc3b4 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -261,7 +261,6 @@ fbsd_nat_target::info_proc (const char *args, enum info_proc_what what) int nfd = 0; #endif struct kinfo_proc kp; - char *tmp; pid_t pid; bool do_cmdline = false; bool do_cwd = false; |