This is the mail archive of the gdb-cvs@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]

[binutils-gdb] Remove unused "tmp" variable.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f117a62c5debd8a46fb4f76eba784d433d1bb875

commit f117a62c5debd8a46fb4f76eba784d433d1bb875
Author: John Baldwin <jhb@FreeBSD.org>
Date:   Wed Sep 12 17:43:13 2018 +0000

    Remove unused "tmp" variable.
    
    gdb/ChangeLog:
    
    	* fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.

Diff:
---
 gdb/ChangeLog  | 4 ++++
 gdb/fbsd-nat.c | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3106a6f..454c45f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2018-09-12  John Baldwin  <jhb@FreeBSD.org>
 
+	* fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
+
+2018-09-12  John Baldwin  <jhb@FreeBSD.org>
+
 	* aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
 	typo.
 
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c
index a255318..2b829bf 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;


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