Skip to content

Commit b09a1ad

Browse files
chuckyvtjvdp1
andcommitted
Update src/stdlib_hashmap_chaining.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 72f66b9 commit b09a1ad

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
@@ -810,7 +810,6 @@ module subroutine set_other_chaining_data( map, key, other, exists )
810810
end if
811811
else if ( associated( map % inverse(inmap) % target ) ) then
812812
associate( target => map % inverse(inmap) % target )
813-
814813
target % other = other
815814
if ( present(exists) ) exists = .true.
816815
return

0 commit comments

Comments
 (0)