diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index b5f4e0bc9e..d87d93105d 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -172,13 +172,6 @@ public: /// we can check for duplicates and find local method declarations. llvm::SmallVector<ObjCCategoryImplDecl*, 8> ObjCCategoryImpls; - /// ObjCInterfaceDecls - Keep track of all class declarations declared - /// with @interface, so that we can emit errors on duplicates and - /// find the declarations when needed. - typedef llvm::DenseMap<const IdentifierInfo*, - ObjCInterfaceDecl*> ObjCInterfaceDeclsTy; - ObjCInterfaceDeclsTy ObjCInterfaceDecls; - /// ObjCAliasDecls - Keep track of all class declarations declared /// with @compatibility_alias, so that we can emit errors on duplicates and /// find the declarations when needed. This construct is ancient and will |