From: John McCall Date: Thu, 12 Nov 2009 02:10:34 +0000 (+0000) Subject: Note to self: don't leave debugging statements in the code for four hours. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a29e6b87bd53c883cb8ee62178879136a32e270e;p=clang Note to self: don't leave debugging statements in the code for four hours. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86931 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 9d6af7a1b8..1288f56675 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -6522,8 +6522,6 @@ void Sema::DiagnoseAssignmentAsCondition(Expr *E) { = dyn_cast(Op->getRHS()->IgnoreParenCasts())) { Selector Sel = ME->getSelector(); - llvm::errs() << "selector is '" << Sel.getIdentifierInfoForSlot(0)->getName() << "'\n"; - // self = [ init...] if (isSelfExpr(Op->getLHS()) && Sel.getIdentifierInfoForSlot(0)->getName().startswith("init"))