]> git.sesse.net Git - remoteglot/blobdiff - Board.pm
Remove an obsolete comment.
[remoteglot] / 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) = @_;