Skip to content

Commit 2cae6de

Browse files
committed
Update example_hashmaps_map_entry.f90
Remove reference to other_type
1 parent 0e5bce7 commit 2cae6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/hashmaps/example_hashmaps_map_entry.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
program example_map_entry
22
use, intrinsic:: iso_fortran_env, only: int8, int64
33
use stdlib_hashmaps, only: chaining_hashmap_type
4-
use stdlib_hashmap_wrappers, only: fnv_1_hasher, key_type, other_type, set
4+
use stdlib_hashmap_wrappers, only: fnv_1_hasher, key_type, set
55
implicit none
66
type(chaining_hashmap_type) :: map
77
type(key_type) :: key

0 commit comments

Comments
 (0)