From d52df702489c8571c01ca64350560521ad3f0dc5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Apr 2002 00:58:32 +0000 Subject: *** no comment *** --- chess-pos.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chess-pos.el b/chess-pos.el index c391725..a07f64d 100644 --- a/chess-pos.el +++ b/chess-pos.el @@ -543,9 +543,7 @@ be moved, and TARGET is the index of the location to be moved to. Note: All of the pieces specified by CANDIDATES must be of the same type." (let ((cand candidates) - (test-piece (if (boundp 'test-piece) - test-piece ; a performance hack for above - (upcase (chess-pos-piece position (car candidates))))) + (test-piece (upcase (chess-pos-piece position (car candidates)))) last-cand pos king-pos) (while cand ;; determine the resulting position -- cgit v1.2.3