diff --git a/core/sync/chan/chan.odin b/core/sync/chan/chan.odin index 37f841ee2..fca8cccbf 100644 --- a/core/sync/chan/chan.odin +++ b/core/sync/chan/chan.odin @@ -235,7 +235,6 @@ size and alignment. Example: import "core:sync/chan" - import "base:runtime" create_raw_unbuffered_example :: proc() { unbuffered, err := chan.create_raw(size_of(int), align_of(int), context.allocator)