From 3dac48d1b73794d2379e233f11736d0279b0733c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sat, 2 Sep 2023 13:04:39 +0200 Subject: [PATCH] ; 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. --- lisp/progmodes/gdb-mi.el | 1 - 1 file changed, 1 deletion(-) 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.") -- 2.39.2