Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb remove unused variable



details:   https://anonhg.NetBSD.org/src/rev/856a00eb8afd
branches:  trunk
changeset: 451688:856a00eb8afd
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 30 21:43:23 2019 +0000

description:
remove unused variable

diffstat:

 external/gpl3/gdb/dist/gdb/bsd-kvm.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 610c84dd1766 -r 856a00eb8afd external/gpl3/gdb/dist/gdb/bsd-kvm.c
--- a/external/gpl3/gdb/dist/gdb/bsd-kvm.c      Thu May 30 21:40:40 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/bsd-kvm.c      Thu May 30 21:43:23 2019 +0000
@@ -111,7 +111,6 @@
   kvm_t *temp_kd;
   struct inferior *inf;
   char *filename = NULL;
-  struct gdbarch_info info;
 
   target_preopen (from_tty);
 



Home | Main Index | Thread Index | Old Index