diff options
| author | gingerBill <bill@gingerbill.org> | 2018-11-22 10:25:01 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-11-22 10:25:01 +0000 |
| commit | f96fbc94c85ab5195fb6bc008f18336ea9a9b13e (patch) | |
| tree | d7d3a90ba258bba3a59e0c110276cd49fe7ee8b8 /examples | |
| parent | bb62bed981cfb321374440889646b01745bc72b8 (diff) | |
v0.9.0 Releasev0.9.0
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 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" } |