emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3dac48d1b73: ; gdb-mi.el: remove unused variable


From: Mattias Engdegård
Subject: master 3dac48d1b73: ; gdb-mi.el: remove unused variable
Date: Sat, 2 Sep 2023 13:23:39 -0400 (EDT)

branch: master
commit 3dac48d1b73794d2379e233f11736d0279b0733c
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]