aboutsummaryrefslogtreecommitdiff
path: root/src/time.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.cc')
-rw-r--r--src/time.cc3
1 files changed, 0 insertions, 3 deletions
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