From 76902f5bfb6e3d5229f675804b826128ccfa7754 Mon Sep 17 00:00:00 2001 From: thetarnav Date: Thu, 2 Jul 2026 13:18:35 +0200 Subject: [PATCH] Remove unused "base:builtin" import from "core:container/handle_map" --- core/container/handle_map/dynamic_handle_map.odin | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/container/handle_map/dynamic_handle_map.odin b/core/container/handle_map/dynamic_handle_map.odin index 09ea92f82..952d9daea 100644 --- a/core/container/handle_map/dynamic_handle_map.odin +++ b/core/container/handle_map/dynamic_handle_map.odin @@ -1,7 +1,6 @@ package container_handle_map import "base:runtime" -import "base:builtin" import "base:intrinsics" @(require) import "core:container/xar" @@ -139,4 +138,4 @@ dynamic_iterate :: proc "contextless" (it: ^$DHI/Dynamic_Handle_Map_Iterator($D/ } it.index = 0 return -} \ No newline at end of file +}