removing shadowing redeclaration of result

Change-Id: Ic1f86962dfb8620cf5c63ff4913b2f0bf908abb5
This commit is contained in:
Christopher Schwardt 2011-03-22 15:35:40 +01:00
parent 5a6f593b61
commit 0f5587097b

View File

@ -84,7 +84,6 @@ static int hash_entry_compare(const void* arg1, const void* arg2)
//
// This is used for sorting, not determination of equality, so we don't
// need to compare the bit flags.
int result;
if (alloc1 > alloc2) {
result = -1;
} else if (alloc1 < alloc2) {