aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-11-22 10:25:01 +0000
committergingerBill <bill@gingerbill.org>2018-11-22 10:25:01 +0000
commitf96fbc94c85ab5195fb6bc008f18336ea9a9b13e (patch)
treed7d3a90ba258bba3a59e0c110276cd49fe7ee8b8 /examples
parentbb62bed981cfb321374440889646b01745bc72b8 (diff)
v0.9.0 Releasev0.9.0
Diffstat (limited to 'examples')
-rw-r--r--examples/demo/demo.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin
index 3245ce1dd..7b35bbd2f 100644
--- a/examples/demo/demo.odin
+++ b/examples/demo/demo.odin
@@ -17,7 +17,6 @@ import "core:c"
import "core:runtime"
when os.OS == "windows" {
- import "core:sync"
import "core:thread"
import "core:sys/win32"
}