projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f22c3
)
Remove unused "tmp" variable.
author
John Baldwin
<jhb@FreeBSD.org>
Wed, 12 Sep 2018 17:43:13 +0000
(17:43 +0000)
committer
John Baldwin
<jhb@FreeBSD.org>
Wed, 12 Sep 2018 23:11:07 +0000
(16:11 -0700)
gdb/ChangeLog:
* fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
gdb/ChangeLog
patch
|
blob
|
history
gdb/fbsd-nat.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 3106a6f33b55abf8bd2b3d6845286653d4f7b803..454c45f9ad4f1e1d5c09672adcdeacb44fdaec19 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+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
diff --git
a/gdb/fbsd-nat.c
b/gdb/fbsd-nat.c
index a255318d14111942df9b199f01e42a62e59d6c23..2b829bfc3b44d2efaa1cec706cc934420e2747a3 100644
(file)
--- 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;