]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Remove unused see_ge() code
[stockfish] / src / position.h
index ca7c3ace8110eab50ed392a243c6f8d55b81310f..aae4db94a9c0ac4cb193848be58643731a96d5dd 100644 (file)
@@ -135,7 +135,6 @@ public:
 
   // Static Exchange Evaluation
   bool see_ge(Move m, Value threshold = VALUE_ZERO) const;
-  bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const;
 
   // Accessing hash keys
   Key key() const;