소스 검색

changes due to review

Robin Bergewski 5 달 전
부모
커밋
19eb53c321
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)