hashmap.h: remove unused variable
authorRandall S. Becker <redacted>
Sun, 14 Jan 2018 18:07:48 +0000 (13:07 -0500)
committerJunio C Hamano <redacted>
Tue, 16 Jan 2018 22:27:07 +0000 (14:27 -0800)
commit7d68bb0766120208f4281f278aac80ebd9951e5c
treebdafc30845e74ba062e5838e9cefe40f00aa4c4b
parent8b604d19515c4be18403047045faa363d4de217b
hashmap.h: remove unused variable

In 'hashmap_enable_item_counting()', item is assigned but never
used.  This causes a warning on HP NonStop.  As the variable is
never used, fix this by just removing it.

Signed-off-by: Randall S. Becker <redacted>
Helped-by: Thomas Gummerer <redacted>
Signed-off-by: Junio C Hamano <redacted>
hashmap.h
git clone https://git.99rst.org/PROJECT