Browse Source

changes due to review

Robin Bergewski 5 tháng trước cách đây
mục cha
commit
19eb53c321
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      core/sync/chan/chan.odin

+ 0 - 1
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)