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

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

[elpa] externals/gnugo 6d835b3 023/357: [gnugo int] Drop unused local va


From: Stefan Monnier
Subject: [elpa] externals/gnugo 6d835b3 023/357: [gnugo int] Drop unused local var.
Date: Sun, 29 Nov 2020 14:50:39 -0500 (EST)

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

    [gnugo int] Drop unused local var.
    
    * packages/gnugo/gnugo.el (gnugo-venerate): ...here, named ‘lb’.
---
 gnugo.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index a10994d..0297ed2 100644
--- a/gnugo.el
+++ b/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]