From: Steinar H. Gunderson Date: Sat, 6 Jan 2018 16:45:50 +0000 (+0100) Subject: Remove an obsolete comment. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=ff5c25b6d3bf5a83c0acd7e4e98a9ea85317456a Remove an obsolete comment. --- diff --git a/Board.pm b/Board.pm index 6df8eca..cb2bc71 100644 --- 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) = @_;