From 25a11469ad614615e9e51bd87577398a60afe88a Mon Sep 17 00:00:00 2001 From: chuckyvt <138633930+chuckyvt@users.noreply.github.com> Date: Tue, 9 Jul 2024 23:15:37 -0400 Subject: [PATCH] Update example_hashmaps_remove.f90 Remove reference to 'other_type'. --- example/hashmaps/example_hashmaps_remove.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/hashmaps/example_hashmaps_remove.f90 b/example/hashmaps/example_hashmaps_remove.f90 index 105757a56..26eaf4432 100644 --- a/example/hashmaps/example_hashmaps_remove.f90 +++ b/example/hashmaps/example_hashmaps_remove.f90 @@ -2,7 +2,7 @@ program example_remove use stdlib_kinds, only: int8, int64 use stdlib_hashmaps, only: open_hashmap_type, int_index use stdlib_hashmap_wrappers, only: fnv_1_hasher, & - fnv_1a_hasher, key_type, other_type, set + fnv_1a_hasher, key_type, set implicit none type(open_hashmap_type) :: map type(key_type) :: key