diff options
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r-- | Driver/RewriteTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Driver/RewriteTest.cpp b/Driver/RewriteTest.cpp index 52775a25b5..4096dae3ab 100644 --- a/Driver/RewriteTest.cpp +++ b/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... |