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

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

[elpa] 05/07: [gnugo int] Drop unused local var.


From: Thien-Thi Nguyen
Subject: [elpa] 05/07: [gnugo int] Drop unused local var.
Date: Thu, 06 Feb 2014 10:39:45 +0000

ttn pushed a commit to branch ttn-gnugo
in repository elpa.

commit c5b6c4d81c4e9d2d8f849101a17a2a093d991e80
Author: Thien-Thi Nguyen <address@hidden>
Date:   Thu Feb 6 10:54:03 2014 +0100

    [gnugo int] Drop unused local var.
    
    * packages/gnugo/gnugo.el (gnugo-venerate): ...here, named ‘lb’.
---
 packages/gnugo/ChangeLog |    6 ++++++
 packages/gnugo/gnugo.el  |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/packages/gnugo/ChangeLog b/packages/gnugo/ChangeLog
index c4cfe76..df46f5c 100644
--- a/packages/gnugo/ChangeLog
+++ b/packages/gnugo/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-06  Thien-Thi Nguyen  <address@hidden>
+
+       [gnugo int] Drop unused local var.
+
+       * gnugo.el (gnugo-venerate): ...here, named ‘lb’.
+
 2014-02-05  Thien-Thi Nguyen  <address@hidden>
 
        [gnugo gtp int] Use :post-thunk instead of :post-hook.
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index a10994d..0297ed2 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -740,7 +740,6 @@ For all other values of RSEL, do nothing and return nil."
                   (match-end 0))))
          (new (copy-sequence fg-data))
          (lx (length fg-data))
-         (lb (length bg-data))
          (sx (funcall bop fg-data))
          (sb (funcall bop bg-data))
          (color-key (aref new sx)))     ; blech, heuristic



reply via email to

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