From 14abaea43b00f28bcd9f71381f562dcf05dc0a96 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Fri, 20 Jan 2017 19:04:01 +0000 Subject: [PATCH] [Sema] Remove dead typedef git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292635 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Sema/Sema.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index ad289f3cd2..1d3b27302b 100644 --- a/include/clang/Sema/Sema.h +++ b/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. -- 2.40.0