We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07139e commit 04faa2aCopy full SHA for 04faa2a
lib/Sema/CSStep.cpp
@@ -403,20 +403,6 @@ StepResult ComponentStep::take(bool prevFailed) {
403
return finalize(/*isSuccess=*/false);
404
#endif
405
}
406
-
407
- if (CS.hasFreeTypeVariables()) {
408
-#ifndef NDEBUG
409
- CS.print(llvm::errs());
410
- llvm::report_fatal_error("Free type variables left over?");
411
-#else
412
- if (CS.isDebugMode()) {
413
- getDebugLogger() << "(failed due to remaining free type variables)\n";
414
- CS.print(getDebugLogger(/*indent=*/false));
415
- }
416
417
- return finalize(/*isSuccess=*/false);
418
-#endif
419
420
421
422
// If this solution is worse than the best solution we've seen so far,
0 commit comments