Removed useless comments.

This commit is contained in:
Peter Osterlund
2016-12-25 13:20:14 +01:00
parent 82d2daa29d
commit 1808bbb10c
61 changed files with 26 additions and 233 deletions

View File

@@ -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;