mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove debugging output I did not intend to commit.
Swift SVN r14065
This commit is contained in:
@@ -85,7 +85,6 @@ static void diagnoseUnreachable(const SILInstruction *I,
|
||||
// The most common case of getting an unreachable instruction is a
|
||||
// missing return statement. In this case, we know that the instruction
|
||||
// location will be the enclosing function.
|
||||
L.dump(Context.SourceMgr);
|
||||
|
||||
if (L.isASTNode<AbstractFunctionDecl>() || L.isASTNode<ClosureExpr>()) {
|
||||
diagnoseMissingReturn(UI, Context);
|
||||
|
||||
Reference in New Issue
Block a user