From: Bruno Cardoso Lopes Date: Fri, 20 Jan 2017 19:04:01 +0000 (+0000) Subject: [Sema] Remove dead typedef X-Git-Tag: llvmorg-5.0.0-rc1~14861 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6342baf2b1bc6c6cc967a9cc750a080aacb80913;p=platform%2Fupstream%2Fllvm.git [Sema] Remove dead typedef llvm-svn: 292635 --- diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h index ad289f3..1d3b273 100644 --- a/clang/include/clang/Sema/Sema.h +++ b/clang/include/clang/Sema/Sema.h @@ -3207,7 +3207,6 @@ public: bool IsProtocolMethodDecl); typedef llvm::SmallPtrSet SelectorSet; - typedef llvm::DenseMap ProtocolsMethodsMap; /// CheckImplementationIvars - This routine checks if the instance variables /// listed in the implelementation match those listed in the interface.