* commit 'aad685ce001495260a3ce0c9d9284a6ee3ca09c0': removing shadowing redeclaration of result
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user