From 0a175257916bdae208abf9d5e8ba99589c08f9f0 Mon Sep 17 00:00:00 2001 From: pkova Date: Sun, 8 Sep 2024 17:24:45 +0000 Subject: [PATCH] Remove unused base:runtime from os2/heap_linux.odin --- core/os/os2/heap_linux.odin | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/os/os2/heap_linux.odin b/core/os/os2/heap_linux.odin index 5caf70992..e765c320b 100644 --- a/core/os/os2/heap_linux.odin +++ b/core/os/os2/heap_linux.odin @@ -1,8 +1,6 @@ //+private package os2 -import "base:runtime" - import "core:sys/linux" import "core:sync" import "core:mem"