From a4027d3a8e8f471f128164e9896a024eac92f7aa Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Sun, 20 Apr 2014 23:36:37 +0200 Subject: chess-pos.el: Eliminate unused conditional. --- chess-pos.el | 1 - 1 file changed, 1 deletion(-) diff --git a/chess-pos.el b/chess-pos.el index 131245e..9588a70 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -834,7 +834,6 @@ If NO-CASTLING is non-nil, do not consider castling moves." (let* ((color (if (characterp piece) (< piece ?a) piece)) - (bias (if color -1 1)) (test-piece (and (characterp piece) (upcase piece))) p pos candidates) -- cgit v1.2.3