* 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.
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.")