Skip to content

Commit 33ecef2

Browse files
committed
Update stdlib_hashmap_chaining.f90
Remove outdated comment.
1 parent 4c453a0 commit 33ecef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stdlib_hashmap_chaining.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ module subroutine get_other_chaining_data( map, key, other, exists )
345345
end if
346346
else if ( associated( map % inverse(inmap) % target ) ) then
347347
if (present(exists) ) exists = .true.
348-
!allocate(other, source = map % inverse(inmap) % target % other)
349348
other = map % inverse(inmap) % target % other
350349
else
351350
if ( present(exists) ) then

0 commit comments

Comments
 (0)