aboutsummaryrefslogtreecommitdiff
path: root/src/server/when.odin
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-12-06 05:05:07 -0500
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-12-06 05:05:07 -0500
commitf1c77965bbdb137aa40d5890e52f71006aaa1470 (patch)
tree8e13f3810fcabd59fe509458515eb045094c6d9f /src/server/when.odin
parent0cf7f19eb147ae20c7427395397a08627de23264 (diff)
Add support for ols config profiles with defines and arch
Diffstat (limited to 'src/server/when.odin')
-rw-r--r--src/server/when.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/when.odin b/src/server/when.odin
index 20ef128..ea1d397 100644
--- a/src/server/when.odin
+++ b/src/server/when.odin
@@ -3,7 +3,6 @@ package server
import "base:runtime"
import "core:fmt"
-import "core:log"
import "core:odin/ast"
import "core:strconv"