Descriptionremove redundant DCHECK that a size_t variable >= 0
SampleVector::GetCountAtIndex has a DCHECK which checks that a size_t
variable is >= 0 and then some other condition. But size_t is an
unsigned type so the first part of the check is useless (and it
gives an error because of this with clang).
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190776
Patch Set 1 #
Messages
Total messages: 13 (0 generated)
|