summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-03-11 00:36:10 +0000
committerTed Kremenek <kremenek@apple.com>2010-03-11 00:36:10 +0000
commite0966be5ce9d0ce7f8069fec06ca16ed83bc702a (patch)
tree165d826a87765fb52e07f6c88438c7e1a08731d8 /clang/lib/AST/DeclObjC.cpp
parenta179e4d0a8029bb4004d92343fb2c110f77060d7 (diff)
downloadbcm5719-llvm-e0966be5ce9d0ce7f8069fec06ca16ed83bc702a.tar.gz
bcm5719-llvm-e0966be5ce9d0ce7f8069fec06ca16ed83bc702a.zip
Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality
has migrated to DeclContext. llvm-svn: 98213
Diffstat (limited to 'clang/lib/AST/DeclObjC.cpp')
-rw-r--r--clang/lib/AST/DeclObjC.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/DeclObjC.cpp b/clang/lib/AST/DeclObjC.cpp
index 67b71a0c44e..c94a551ae20 100644
--- a/clang/lib/AST/DeclObjC.cpp
+++ b/clang/lib/AST/DeclObjC.cpp
@@ -441,7 +441,6 @@ void ObjCInterfaceDecl::Destroy(ASTContext &C) {
for (ivar_iterator I = ivar_begin(), E = ivar_end(); I != E; ++I)
if (*I) (*I)->Destroy(C);
- IVars.Destroy(C);
// FIXME: CategoryList?
// FIXME: Because there is no clear ownership
OpenPOWER on IntegriCloud