diff options
| author | pkova <pyry.kovanen@gmail.com> | 2024-09-08 17:24:45 +0000 |
|---|---|---|
| committer | pkova <pyry.kovanen@gmail.com> | 2024-09-08 17:25:30 +0000 |
| commit | 0a175257916bdae208abf9d5e8ba99589c08f9f0 (patch) | |
| tree | bb81cd19fab96b53b300dbd2d97447cd02dfbc08 | |
| parent | 499a5d1f9c536e1bbb364c2a8977f19dc93a75a4 (diff) | |
Remove unused base:runtime from os2/heap_linux.odin
| -rw-r--r-- | core/os/os2/heap_linux.odin | 2 |
1 files changed, 0 insertions, 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" |