diff --git a/core/sync/channel.odin b/core/sync/channel.odin index 059b5f747..94b21e683 100644 --- a/core/sync/channel.odin +++ b/core/sync/channel.odin @@ -2,7 +2,6 @@ package sync import "core:mem" import "core:time" -import "core:fmt" import "core:intrinsics" import "core:math/rand"