]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Simplify away SEE verification
[stockfish] / src / position.h
index a736f3e677bd0463f7e7db93d1b9af1f9b153954..780d463cc6475060755843f88570f00221802079 100644 (file)
@@ -143,7 +143,6 @@ public:
   void undo_null_move();
 
   // Static Exchange Evaluation
-  bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const;
   bool see_ge(Move m, Value threshold = VALUE_ZERO) const;
 
   // Accessing hash keys