From 19eb53c32177455526e9af4f38c6e92ef1581f8c Mon Sep 17 00:00:00 2001 From: Robin Bergewski Date: Sun, 13 Apr 2025 15:34:14 +0200 Subject: [PATCH] changes due to review --- core/sync/chan/chan.odin | 1 - 1 file changed, 1 deletion(-) 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)