Skip to content

Commit 642436a

Browse files
committed
Update example_hashmaps_remove.f90
Remove reference to 'other_type'.
1 parent 68267e0 commit 642436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/hashmaps/example_hashmaps_remove.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ program example_remove
22
use stdlib_kinds, only: int8, int64
33
use stdlib_hashmaps, only: open_hashmap_type
44
use stdlib_hashmap_wrappers, only: fnv_1_hasher, &
5-
fnv_1a_hasher, key_type, other_type, set
5+
fnv_1a_hasher, key_type, set
66
implicit none
77
type(open_hashmap_type) :: map
88
type(key_type) :: key

0 commit comments

Comments
 (0)