[Sema] Remove dead typedef
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 20 Jan 2017 19:04:01 +0000 (19:04 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 20 Jan 2017 19:04:01 +0000 (19:04 +0000)
llvm-svn: 292635

clang/include/clang/Sema/Sema.h

index ad289f3..1d3b273 100644 (file)
@@ -3207,7 +3207,6 @@ public:
                              bool IsProtocolMethodDecl);
 
   typedef llvm::SmallPtrSet<Selector, 8> SelectorSet;
-  typedef llvm::DenseMap<Selector, ObjCMethodDecl*> ProtocolsMethodsMap;
 
   /// CheckImplementationIvars - This routine checks if the instance variables
   /// listed in the implelementation match those listed in the interface.