From ff5c25b6d3bf5a83c0acd7e4e98a9ea85317456a Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 6 Jan 2018 17:45:50 +0100 Subject: [PATCH] Remove an obsolete comment. --- Board.pm | 3 --- 1 file changed, 3 deletions(-) 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) = @_; -- 2.39.2