From: Yaron Keren Date: Fri, 23 May 2014 07:31:25 +0000 (+0000) Subject: Typedef NumeredTypesMapTy is not used anywhere. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7a0a087f28153b62e856ba5fad4650f4ac5073ed;p=oota-llvm.git Typedef NumeredTypesMapTy is not used anywhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209502 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Module.h b/include/llvm/IR/Module.h index 132d2da1a61..0c309e89c90 100644 --- a/include/llvm/IR/Module.h +++ b/include/llvm/IR/Module.h @@ -298,10 +298,6 @@ public: /// registered in this LLVMContext. void getMDKindNames(SmallVectorImpl &Result) const; - - typedef DenseMap > - NumeredTypesMapTy; - /// Return the type with the specified name, or null if there is none by that /// name. StructType *getTypeByName(StringRef Name) const;