hmap: Remove shadowed variable from inner scope.
authorBen Pfaff <blp@gnu.org>
Fri, 27 Nov 2009 18:57:49 +0000 (10:57 -0800)
committerBen Pfaff <blp@gnu.org>
Fri, 27 Nov 2009 18:59:30 +0000 (10:59 -0800)
commit7ebdbcc89e6c08c3bb21227a85f0850f42873f64
tree9a74ac3ec88b31997c1f6e8b7e0a33c0075172ba
parentcb586666724d5fcbdb658ce471b85484f0a7babe
hmap: Remove shadowed variable from inner scope.

'j' is also declared at the top level of the function so there is no
need to declare it inside the 'for' loop.
tests/libpspp/hmap-test.c