X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.h;h=f3f9576efc15ad84394006b8c4c86351a943ea2a;hp=1378d00756764bf45070492922e7d75938e7cc32;hb=37d551fb39a4e631946156fcb76cde7fcde37ba4;hpb=7f367e6019289e65b902a5ebf7e3686db5cefdef diff --git a/src/misc.h b/src/misc.h index 1378d007..f3f9576e 100644 --- a/src/misc.h +++ b/src/misc.h @@ -29,7 +29,6 @@ extern int get_system_time(); extern int cpu_count(); extern int input_available(); extern void prefetch(char* addr); -extern void prefetchTables(Key pKey, Key mKey, int threadID); extern void dbg_hit_on(bool b); extern void dbg_hit_on_c(bool c, bool b);