From b2a9d2cb961fabc1ca05052a645d90663d8e0a92 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 19 Aug 2025 15:57:40 -0300 Subject: cleaning up a few comments + login message enum --- src/time.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/time.cc') diff --git a/src/time.cc b/src/time.cc index ad42c47..b2ba545 100644 --- a/src/time.cc +++ b/src/time.cc @@ -7,9 +7,6 @@ uint32 RoundNr = 0; uint32 ServerMilliseconds = 0; -// NOTE(fusion): This isn't strictly required because each server process is -// single threaded and don't share static memory, which is what the result of -// the regular `localtime` function uses. struct tm GetLocalTimeTM(time_t t){ struct tm result; #if COMPILER_MSVC -- cgit v1.2.3