Remove debugging output I did not intend to commit.

Swift SVN r14065
This commit is contained in:
Ted Kremenek
2014-02-19 00:17:33 +00:00
parent 614bd7f23d
commit b28440d688

View File

@@ -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);