commit | 1ccf4639f441d37466d6f98ffa30d566e4c6f4ff | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Tue Oct 30 03:43:13 2007 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Tue Oct 30 03:43:13 2007 +0000 |
tree | 01f9a83e4ef3a0a8921f4bd58bb0fdf0a5f6aa00 | |
parent | ef20ed3ac942b1f3af877e7d9c0c58f6f50c8ddd [diff] [blame] |
Remove a couple FIXME's for rewriting ObjC interfaces (which are now being rewritten properly). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43494 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index be34dfb..8d3887a 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp
@@ -1861,7 +1861,7 @@ // should be true. if (!ClassDecl) return; - + llvm::SmallVector<ObjcMethodDecl*, 32> insMethods; llvm::SmallVector<ObjcMethodDecl*, 16> clsMethods;