movengen: Remove unused FIRST_MOVE_STAR_PREFERRED
This commit is contained in:
parent
ada658ef0a
commit
d78828c424
|
@ -67,8 +67,6 @@
|
|||
|
||||
//#define NULL_MOVE
|
||||
|
||||
//#define FIRST_MOVE_STAR_PREFERRED
|
||||
|
||||
//#define TIME_STAT
|
||||
//#define CYCLE_STAT
|
||||
|
||||
|
|
|
@ -50,14 +50,7 @@ ExtMove *generate<LEGAL>(/* const */ Position &pos, ExtMove *moveList)
|
|||
continue;
|
||||
}
|
||||
|
||||
#ifdef FIRST_MOVE_STAR_PREFERRED
|
||||
if (Position::is_star_square(s)) {
|
||||
moves.push_back((Move)s);
|
||||
}
|
||||
#else
|
||||
*cur++ = (Move)i;
|
||||
#endif
|
||||
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue