Attempt to fix failing build-bot with [-Werror,-Wcovered-switch-default]

This commit is contained in:
Gabor Marton 2020-03-20 18:04:55 +01:00
parent ededa65d55
commit f59bb40e36
1 changed files with 0 additions and 2 deletions

View File

@ -162,8 +162,6 @@ class StdLibraryFunctionsChecker
case WithinRange:
Tmp.Kind = OutOfRange;
break;
default:
llvm_unreachable("Unknown RangeConstraint kind!");
}
return std::make_shared<RangeConstraint>(Tmp);
}