From 6565a49e344d380d8c7db53fd7455b1fbebd1f49 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 14 Jul 2020 16:39:47 +0100 Subject: [PATCH] Remove fmt from sync/channel.odin --- core/sync/channel.odin | 1 - 1 file changed, 1 deletion(-) 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"