Cleanup debug counters

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-04-13 15:12:33 +02:00
parent 54f1c383d3
commit 7f367e6019
6 changed files with 125 additions and 164 deletions

View File

@@ -33,7 +33,7 @@ enum MoveType {
MV_PSEUDO_LEGAL
};
template<MoveType T>
template<MoveType>
MoveStack* generate(const Position& pos, MoveStack* mlist);
#endif // !defined(MOVEGEN_H_INCLUDED)