X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=574c596481a81388f5ec61632166dc8d6b15a0bc;hp=5325debe4c4c40e142e9a10318442e501a31a081;hb=e5ffe9959c40a5ec6c4bca83a5a48070cae7fa5b;hpb=86b95f210508de4c30fb5ee9f86efee6641d45f8 diff --git a/src/thread.h b/src/thread.h index 5325debe..574c5964 100644 --- a/src/thread.h +++ b/src/thread.h @@ -111,7 +111,6 @@ public: Thread& operator[](int threadID) { return threads[threadID]; } void init(); void exit(); - void init_hash_tables(); bool use_sleeping_threads() const { return useSleepingThreads; } int min_split_depth() const { return minimumSplitDepth; }