Skip to content

Commit

Permalink
Update example_hashmaps_remove.f90
Browse files Browse the repository at this point in the history
Remove reference to 'other_type'.
  • Loading branch information
chuckyvt committed Jul 10, 2024
1 parent 793c049 commit 25a1146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/hashmaps/example_hashmaps_remove.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25a1146

Please sign in to comment.