From: Mattias EngdegÄrd Date: Sat, 2 Sep 2023 11:04:39 +0000 (+0200) Subject: ; gdb-mi.el: remove unused variable X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3dac48d1b73794d2379e233f11736d0279b0733c;p=emacs.git ; 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. --- diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 58629773974..42c1c715c73 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -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.")