Skip to content

Commit 2b2c290

Browse files
chuckyvtjvdp1
andauthored
Update example/hashmaps/example_hashmaps_remove.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent facd189 commit 2b2c290

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/hashmaps/example_hashmaps_remove.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ program example_remove
1212
! Initialize hashmap with 2^10 slots.
1313
! Hashmap will dynamically increase size if needed.
1414
call map%init(fnv_1_hasher, slots_bits=10)
15-
1615
! Explicitly set key type using set function
1716
call set(key, [1, 2, 3])
1817
call map%map_entry(key, 4.0)

0 commit comments

Comments
 (0)