Skip to content

Commit ff4bbd4

Browse files
degawajvdp1
andauthored
Update example/hashmaps/example_hashmaps_get_all_keys.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 7cde920 commit ff4bbd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/hashmaps/example_hashmaps_get_all_keys.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ program example_set_other_data
4242
contains
4343
!Converts key type to character type
4444
function key_to_char(key) result(str)
45-
implicit none
4645
type(key_type), intent(in) :: key
4746
character(:), allocatable :: str
4847
character(:), allocatable :: str_mold

0 commit comments

Comments
 (0)