diff options
| author | gingerBill <bill@gingerbill.org> | 2022-03-30 16:28:16 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-03-30 16:28:16 +0100 |
| commit | 46161f7e19b346192a1a7fedb6b833acd18805bd (patch) | |
| tree | 68da1dab49232fd2f2ebfd0441948da7f0196b65 /examples | |
| parent | 0c55596f0f9bf016472f53494e8b5631be4c16c1 (diff) | |
`threading_example` allow on Darwin
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index 8c2321dae..ee4a2dd2b 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -1107,11 +1107,6 @@ prefix_table := [?]string{ } threading_example :: proc() { - if ODIN_OS == .Darwin { - // TODO: Fix threads on darwin/macOS - return - } - fmt.println("\n# threading_example") { // Basic Threads |