commit | 2feac5e559ca5c9693a3a19905ab106b9c52e193 | [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 | f908a87299d278164540f90b5b6e6cab7b14fb41 [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;