Browse Source

Keep `-vet` happy

gingerBill 4 years ago
parent
commit
037cc679c4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/os/env_windows.odin

+ 0 - 1
core/os/env_windows.odin

@@ -1,7 +1,6 @@
 package os
 
 import win32 "core:sys/windows"
-import "core:mem"
 
 // lookup_env gets the value of the environment variable named by the key
 // If the variable is found in the environment the value (which can be empty) is returned and the boolean is true