Fix get_system_time()

This commit is contained in:
elad335 2024-10-29 16:11:44 +02:00 committed by Elad
parent 92bf6ed0a7
commit 97f2b6b701
4 changed files with 29 additions and 22 deletions

View file

@ -569,9 +569,6 @@ int main(int argc, char** argv)
ensure(thread_ctrl::is_main(), "Not main thread");
// Initialize TSC freq (in case it isn't)
static_cast<void>(utils::ensure_tsc_freq_init());
// Initialize thread pool finalizer (on first use)
static_cast<void>(named_thread("", [](int) {}));