There was an error while loading. Please reload this page.
1 parent 8a1b4fa commit 61c1082Copy full SHA for 61c1082
example/hashmaps/example_hashmaps_map_entry.f90
@@ -1,7 +1,7 @@
1
program example_map_entry
2
use, intrinsic:: iso_fortran_env, only: int8, int64
3
use stdlib_hashmaps, only: chaining_hashmap_type
4
- use stdlib_hashmap_wrappers, only: fnv_1_hasher, key_type, other_type, set
+ use stdlib_hashmap_wrappers, only: fnv_1_hasher, key_type, set
5
implicit none
6
type(chaining_hashmap_type) :: map
7
type(key_type) :: key
0 commit comments