]> git.sesse.net Git - remoteglot/commitdiff
Remove an obsolete comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Jan 2018 16:45:50 +0000 (17:45 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Jan 2018 16:45:50 +0000 (17:45 +0100)
Board.pm

index 6df8ecae1326b4bb083f66598c3e5b59a1455b3b..cb2bc71334ae19a10f37d2921a02cad129800369 100644 (file)
--- a/Board.pm
+++ b/Board.pm
@@ -230,9 +230,6 @@ sub fen {
        return join('/', @rows);
 }
 
-# Returns a compact bit string describing the same data as fen().
-# This is encoded using a Huffman-like encoding, and should be
-# typically about 1/3 the number of bytes.
 sub can_reach {
        my ($board, $piece, $from_row, $from_col, $to_row, $to_col) = @_;