ttn pushed a commit to branch master
in repository elpa.

commit cf3637c7c4a65ed1993e6f39dedbe0806c605651
Author: Thien-Thi Nguyen <t...@gnu.org>
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