mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-14 18:02:43 +01:00
Removed useless comments.
This commit is contained in:
@@ -27,7 +27,6 @@ import java.security.NoSuchAlgorithmException;
|
||||
* since the last capture or pawn move. That state is only needed
|
||||
* for three-fold repetition draw detection, and is better stored
|
||||
* in a separate hash table.
|
||||
* @author petero
|
||||
*/
|
||||
public class Position {
|
||||
public int[] squares;
|
||||
|
||||
Reference in New Issue
Block a user