Ver código fonte

Remove fmt from sync/channel.odin

gingerBill 5 anos atrás
pai
commit
6565a49e34
1 arquivos alterados com 0 adições e 1 exclusões
  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"