Remove unused "tmp" variable.

gdb/ChangeLog:

	* fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
This commit is contained in:
John Baldwin 2018-09-12 17:43:13 +00:00
parent 88f22c34d0
commit f117a62c5d
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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;