Remove temporary workaround (thanks to Ted for fixing ObjCAtCatchStmt so quickly:-).

llvm-svn: 46648
This commit is contained in:
Steve Naroff 2008-02-01 21:51:39 +00:00
parent a496584c82
commit d9dc63f2c5
1 changed files with 0 additions and 3 deletions

View File

@ -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...