; gdb-mi.el: remove unused variable
* lisp/progmodes/gdb-mi.el (gdb-active-process): Remove.
It went out of use in 2010 (691cf4a0a2
), and was initialised to what
was clearly meant as a doc string.
This commit is contained in:
parent
610105ee81
commit
3dac48d1b7
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ address for root variables.")
|
|||
Only used for files that Emacs can't find.")
|
||||
(defvar gdb-active-process nil
|
||||
"GUD tooltips display variable values when t, and macro definitions otherwise.")
|
||||
(defvar gdb-error "Non-nil when GDB is reporting an error.")
|
||||
(defvar gdb-macro-info nil
|
||||
"Non-nil if GDB knows that the inferior includes preprocessor macro info.")
|
||||
(defvar gdb-register-names nil "List of register names.")
|
||||
|
|
Loading…
Add table
Reference in a new issue