From: John Baldwin Date: Wed, 12 Sep 2018 17:43:13 +0000 (+0000) Subject: Remove unused "tmp" variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f117a62c5debd8a46fb4f76eba784d433d1bb875;p=binutils-gdb.git Remove unused "tmp" variable. gdb/ChangeLog: * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3106a6f33b5..454c45f9ad4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-09-12 John Baldwin + + * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable. + 2018-09-12 John Baldwin * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment 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;