Module Name:    src
Committed By:   christos
Date:           Thu May 30 21:43:23 UTC 2019

Modified Files:
        src/external/gpl3/gdb/dist/gdb: bsd-kvm.c

Log Message:
remove unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gdb/dist/gdb/bsd-kvm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/dist/gdb/bsd-kvm.c
diff -u src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.15 src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.16
--- src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.15	Thu May 30 17:23:52 2019
+++ src/external/gpl3/gdb/dist/gdb/bsd-kvm.c	Thu May 30 17:43:23 2019
@@ -111,7 +111,6 @@ bsd_kvm_target_open (const char *arg, in
   kvm_t *temp_kd;
   struct inferior *inf;
   char *filename = NULL;
-  struct gdbarch_info info;
 
   target_preopen (from_tty);
 

Reply via email to