ttn pushed a commit to branch master in repository elpa. commit 2b5e4b035d88b21739f8367bcaac94936be372a8 Author: Thien-Thi Nguyen <t...@gnu.org> 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