X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=5bf7bae8ede51276ac6f5263ac70781cc3f96972;hp=28eff708852e024e7805ab86677cab05dcf3659d;hb=49e110c52b19f5c99954d4797b8e991b0b60007c;hpb=a16ba5bbd1034417f864476e4ba33d35970557db diff --git a/src/misc.cpp b/src/misc.cpp index 28eff708..5bf7bae8 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -59,13 +59,6 @@ const string engine_info(bool to_uci) { } -/// Convert system time to milliseconds. That's all we need. - -Time::point Time::now() { - sys_time_t t; system_time(&t); return time_to_msec(t); -} - - /// Debug functions used mainly to collect run-time statistics static uint64_t hits[2], means[2];