Skip to content

Commit e5c9065

Browse files
committed
Merge branch 'hashmap-test-update' of https://github.com/chuckyvt/stdlib into hashmap-test-update
2 parents fa90e04 + 319b1f8 commit e5c9065

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/hashmaps/example_hashmaps_abstract_type.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
21
! For procedure interfaces, consider using abstract hashmap_type for interface definition.
32
! This allows the procedure to be used for both chaining and open hashmap types.
43

54
program example_abstract_type
6-
use stdlib_kinds, only: int8, int64
75
use stdlib_hashmaps, only: chaining_hashmap_type, open_hashmap_type, hashmap_type
86

97
implicit none

0 commit comments

Comments
 (0)