am 70245736: am aad685ce: am 4c090434: Merge "removing shadowing redeclaration of result"
* commit '702457363c2b1b01f0d9cb0093a48ce28753e275': removing shadowing redeclaration of result
This commit is contained in:
commit
3be409a38c
@ -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
|
// This is used for sorting, not determination of equality, so we don't
|
||||||
// need to compare the bit flags.
|
// need to compare the bit flags.
|
||||||
int result;
|
|
||||||
if (alloc1 > alloc2) {
|
if (alloc1 > alloc2) {
|
||||||
result = -1;
|
result = -1;
|
||||||
} else if (alloc1 < alloc2) {
|
} else if (alloc1 < alloc2) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user