From fa6f3432617e3362835138160a1970da2e94e875 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Fri, 9 Aug 2024 19:06:50 +0200 Subject: [PATCH] Remove unused import. --- core/os/os_linux.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/os/os_linux.odin b/core/os/os_linux.odin index 1e110d18f..29219dc3b 100644 --- a/core/os/os_linux.odin +++ b/core/os/os_linux.odin @@ -7,7 +7,6 @@ import "base:runtime" import "core:strings" import "core:c" import "core:strconv" -import "base:intrinsics" // NOTE(flysand): For compatibility we'll make core:os package // depend on the old (scheduled for removal) linux package.