We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a6846 commit aa9952eCopy full SHA for aa9952e
example/hashmaps/example_hashmaps_remove.f90
@@ -2,7 +2,7 @@ program example_remove
2
use stdlib_kinds, only: int8, int64
3
use stdlib_hashmaps, only: open_hashmap_type
4
use stdlib_hashmap_wrappers, only: fnv_1_hasher, &
5
- fnv_1a_hasher, key_type, other_type, set
+ fnv_1a_hasher, key_type, set
6
implicit none
7
type(open_hashmap_type) :: map
8
type(key_type) :: key
0 commit comments