Remove excess namespacing

This commit is contained in:
gregomni
2018-08-25 12:46:09 -07:00
parent 31ca8db0f4
commit 6d5a69c89b

View File

@@ -4989,7 +4989,7 @@ ConstraintSystem::simplifyRestrictedConstraint(
static bool isAugmentingFix(ConstraintFix *fix) {
switch (fix->getKind()) {
case swift::constraints::FixKind::TreatRValueAsLValue:
case FixKind::TreatRValueAsLValue:
return false;
default:
return true;