X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmovepick.h;h=6fbd8be1387fc46ce277a03f29a1f2442171ac19;hb=d39ffbeea6ad54c90123a352d50b65c5bda1561b;hp=999ec9660d7450474232be18ee64e6970e8bf09f;hpb=fe99de20ff8f0594a17e2cedf680d25e86dd5a13;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index 999ec966..6fbd8be1 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -41,7 +41,6 @@ struct Stats { static const Value Max = Value(1 << 28); - Stats() { clear(); } const T* operator[](Piece pc) const { return table[pc]; } T* operator[](Piece pc) { return table[pc]; } void clear() { std::memset(table, 0, sizeof(table)); }