summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-02-22 02:19:47 +0000
committerSteve Naroff <snaroff@apple.com>2009-02-22 02:19:47 +0000
commit10cbe66f17bdc1956bc2404dbd734a355ac63ad1 (patch)
tree7ef067f7b1b17738df0a2386e3c22d89940831ff /clang/lib
parentb8482c5d5d77c3d499db6b564d18f4655c6aa663 (diff)
downloadbcm5719-llvm-10cbe66f17bdc1956bc2404dbd734a355ac63ad1.tar.gz
bcm5719-llvm-10cbe66f17bdc1956bc2404dbd734a355ac63ad1.zip
Remove debugging statement.
llvm-svn: 65257
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Sema/SemaExprObjC.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExprObjC.cpp b/clang/lib/Sema/SemaExprObjC.cpp
index afa025552ad..e5fefd3e3a6 100644
--- a/clang/lib/Sema/SemaExprObjC.cpp
+++ b/clang/lib/Sema/SemaExprObjC.cpp
@@ -392,7 +392,6 @@ Sema::ExprResult Sema::ActOnInstanceMessage(ExprTy *receiver, Selector Sel,
// long as one of the protocols implements the selector (if not, warn).
if (ObjCQualifiedIdType *QIT = dyn_cast<ObjCQualifiedIdType>(ReceiverCType)) {
// Search protocols for instance methods.
- ReceiverCType.dump();
for (unsigned i = 0; i < QIT->getNumProtocols(); i++) {
ObjCProtocolDecl *PDecl = QIT->getProtocols(i);
if (PDecl && (Method = PDecl->lookupInstanceMethod(Sel)))
OpenPOWER on IntegriCloud