diff options
| author | gingerBill <bill@gingerbill.org> | 2018-10-17 21:43:05 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-10-17 21:43:05 +0100 |
| commit | 4ac1218bf895a9f933f476bd3c36fe24dc7b9a88 (patch) | |
| tree | a0296c20140ff009e3388d2b072e26ae2010da19 /examples | |
| parent | b171cc41e6cc0271656593b547c3f8b27664d5bc (diff) | |
sync atomics "wrapper" procedures
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 55ca5feb6..30c055398 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:atomics" import "core:sync" import "core:thread" import "core:sys/win32" |