Removed unnecessary assert.

This commit is contained in:
John Wiegley 2008-07-17 17:44:26 -04:00
parent a2e16273f6
commit 6815aac361

View file

@ -1830,7 +1830,6 @@ bool compare_amount_commodities::operator()(const amount_t * left,
// The two annotated commodities don't differ enough to matter. This
// should make this identical.
assert(0);
return true;
}
}