From 037cc679c4647260562cb553b1cd2549b9abd8ca Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 22 Aug 2021 16:58:12 +0100 Subject: [PATCH] Keep `-vet` happy --- core/os/env_windows.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/os/env_windows.odin b/core/os/env_windows.odin index 5eb827e16..107a82d06 100644 --- a/core/os/env_windows.odin +++ b/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