]> git.sesse.net Git - stockfish/blobdiff - src/history.h
Small cleanup in init_sliding_attacks()
[stockfish] / src / history.h
index bbac390375100e125106d40dbeebee86c0225b73..0459c8fb48090b8b972438af6ad243d13ce630cd 100644 (file)
@@ -38,7 +38,6 @@
 class History {
 
 public:
-  History() { clear(); }
   void clear();
   Value value(Piece p, Square to) const;
   void update(Piece p, Square to, Value bonus);