diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-12-06 05:05:07 -0500 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-12-06 05:05:07 -0500 |
| commit | f1c77965bbdb137aa40d5890e52f71006aaa1470 (patch) | |
| tree | 8e13f3810fcabd59fe509458515eb045094c6d9f /src/server/when.odin | |
| parent | 0cf7f19eb147ae20c7427395397a08627de23264 (diff) | |
Add support for ols config profiles with defines and arch
Diffstat (limited to 'src/server/when.odin')
| -rw-r--r-- | src/server/when.odin | 1 |
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" |