]> git.ipfire.org Git - thirdparty/git.git/commit - hashmap.h
hashmap.h: remove unused variable
authorRandall S. Becker <rsbecker@nexbridge.com>
Sun, 14 Jan 2018 18:07:48 +0000 (13:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
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 <rsbecker@nexbridge.com>
Helped-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
hashmap.h