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

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

[elpa] 33/51: [gnugo int] Zonk unused local var.


From: Thien-Thi Nguyen
Subject: [elpa] 33/51: [gnugo int] Zonk unused local var.
Date: Mon, 24 Feb 2014 12:30:23 +0000

ttn pushed a commit to branch master
in repository elpa.

commit cf3637c7c4a65ed1993e6f39dedbe0806c605651
Author: Thien-Thi Nguyen <address@hidden>
Date:   Sat Feb 15 12:02:53 2014 +0100

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

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index e2dbd21..684a282 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]