emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/gnugo f0aa02d 033/357: [gnugo int] Zonk unused local va


From: Stefan Monnier
Subject: [elpa] externals/gnugo f0aa02d 033/357: [gnugo int] Zonk unused local var.
Date: Sun, 29 Nov 2020 14:50:42 -0500 (EST)

branch: externals/gnugo
commit f0aa02d39a477cb9152b238c04748be36bad9368
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo int] Zonk unused local var.
    
    * packages/gnugo/gnugo.el (gnugo-command): ...here, named ‘last-message’.
---
 gnugo.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnugo.el b/gnugo.el
index e2dbd21..684a282 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -1572,8 +1572,7 @@ NOTE: At this time, GTP command handling specification is 
still
     (let* ((split (split-string command))
            (cmd (intern (car split)))
            (spec (get cmd :gnugo-gtp-command-spec))
-           (full (plist-get spec :full))
-           (last-message nil))
+           (full (plist-get spec :full)))
       (if full
           (funcall full (cdr split))
         (message "Doing %s ..." command)



reply via email to

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