Browse Source

Remove fmt from sync/channel.odin

gingerBill 5 years ago
parent
commit
6565a49e34
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/sync/channel.odin

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