Browse Source

Merge pull request #319 from mattt-b/master

Vet time_linux
gingerBill 6 years ago
parent
commit
686e0ef3d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/time/time_linux.odin

+ 0 - 1
core/time/time_linux.odin

@@ -1,7 +1,6 @@
 package time
 package time
 
 
 import "core:os";
 import "core:os";
-import "core:fmt";
 
 
 // NOTE(Jeroen): The times returned are in UTC
 // NOTE(Jeroen): The times returned are in UTC
 IS_SUPPORTED :: true;
 IS_SUPPORTED :: true;