From 5b76beed2fe95c2598fb1ee27f294c9470191a50 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 17 Apr 2021 21:14:54 +0800 Subject: [PATCH] clean use --- src/util/map/hashmap.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/map/hashmap.scad b/src/util/map/hashmap.scad index d206725f..e1b14e9a 100644 --- a/src/util/map/hashmap.scad +++ b/src/util/map/hashmap.scad @@ -10,7 +10,6 @@ use <../../__comm__/_str_hash.scad>; use <_impl/_hashmap_impl.scad>; -use <_impl/_hashmap_put_impl.scad>; function hashmap(kv_lt, eq = function(e1, e2) e1 == e2, hash = function(e) _str_hash(e), number_of_buckets) = let(