Fix assert

This commit is contained in:
Valeriy Van
2022-12-18 00:28:28 +02:00
parent 54f9cae4da
commit c48a638982

View File

@@ -661,8 +661,7 @@ private:
assert(existingLoc->OldName == loc->OldName &&
existingLoc->NewName == loc->NewName &&
existingLoc->IsFunctionLike == loc->IsFunctionLike &&
existingLoc->IsNonProtocolType ==
existingLoc->IsNonProtocolType &&
existingLoc->IsNonProtocolType == loc->IsNonProtocolType &&
"Asked to do a different rename for the same location?");
}
}