projects
/
remoteglot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
467e50a
)
Remove an obsolete comment.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 6 Jan 2018 16:45:50 +0000
(17:45 +0100)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 6 Jan 2018 16:45:50 +0000
(17:45 +0100)
Board.pm
patch
|
blob
|
history
diff --git
a/Board.pm
b/Board.pm
index
6df8eca
..
cb2bc71
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) = @_;