mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Remove debug message
This commit is contained in:
@@ -1187,7 +1187,6 @@ ConstraintSystem::matchExistentialTypes(Type type1, Type type2,
|
||||
"explicit AnyObject not yet supported");
|
||||
|
||||
if (layout.superclass) {
|
||||
llvm::errs() << "superclass case\n";
|
||||
auto subKind = std::min(ConstraintKind::Subtype, kind);
|
||||
switch (matchTypes(type1, layout.superclass, subKind, subflags, locator)) {
|
||||
case SolutionKind::Solved:
|
||||
|
||||
Reference in New Issue
Block a user