diff options
-rw-r--r-- | clang/Driver/RewriteTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/Driver/RewriteTest.cpp b/clang/Driver/RewriteTest.cpp index 52775a25b5f..4096dae3ab1 100644 --- a/clang/Driver/RewriteTest.cpp +++ b/clang/Driver/RewriteTest.cpp @@ -1250,9 +1250,6 @@ Stmt *RewriteTest::RewriteObjCTryStmt(ObjCAtTryStmt *S) { assert(false && "@catch rewrite bug"); } // make sure all the catch bodies get rewritten! - // FIXME: this call should be removed when the iterator for ObjCAtTryStmt - // is fixed. Currently, it only returns the first catch statement! - RewriteFunctionBodyOrGlobalInitializer(lastCatchBody); catchList = catchList->getNextCatchStmt(); } // Complete the catch list... |