diff options
| author | Steve Naroff <snaroff@apple.com> | 2009-02-22 02:19:47 +0000 |
|---|---|---|
| committer | Steve Naroff <snaroff@apple.com> | 2009-02-22 02:19:47 +0000 |
| commit | 10cbe66f17bdc1956bc2404dbd734a355ac63ad1 (patch) | |
| tree | 7ef067f7b1b17738df0a2386e3c22d89940831ff /clang/lib | |
| parent | b8482c5d5d77c3d499db6b564d18f4655c6aa663 (diff) | |
| download | bcm5719-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.cpp | 1 |
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))) |

