diff options
| author | gingerBill <bill@gingerbill.org> | 2019-08-13 22:27:52 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-08-13 22:27:52 +0100 |
| commit | 4c065a7e99a97ee8c4f527503b0daad4dd5f2454 (patch) | |
| tree | ad58bb6a1af990067e739bc389db14e8e4ca7298 /examples | |
| parent | 04036aba9c1eec05fe143d939ef93e017502f015 (diff) | |
Keep -vet happy
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index 157ecb9bf..343c50ff7 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -3,7 +3,6 @@ package main import "core:fmt" import "core:mem" import "core:os" -import "core:runtime" import "core:reflect" when os.OS == "windows" { |