From f04614b1f1b6a562a17925f0ad146c8b1e45daf0 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 9 Sep 2021 16:05:59 +0200 Subject: [PATCH] Make -vet happy. --- core/hash/xxhash/common.odin | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/hash/xxhash/common.odin b/core/hash/xxhash/common.odin index a8a502035..93a4230c4 100644 --- a/core/hash/xxhash/common.odin +++ b/core/hash/xxhash/common.odin @@ -11,10 +11,6 @@ package xxhash import "core:intrinsics" import "core:runtime" -import "core:time" -import "core:fmt" -import "core:testing" - mem_copy :: runtime.mem_copy /*