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

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

[elpa] 23/51: [gnugo int] Drop unused local var.


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

ttn pushed a commit to branch master
in repository elpa.

commit 2b5e4b035d88b21739f8367bcaac94936be372a8
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/gnugo.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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]