Typedef NumeredTypesMapTy is not used anywhere.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 23 May 2014 07:31:25 +0000 (07:31 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 23 May 2014 07:31:25 +0000 (07:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209502 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Module.h

index 132d2da1a611f398ccd3fa4e68b79334cb8b9231..0c309e89c90220dc0cfd9196ee8319773f284d46 100644 (file)
@@ -298,10 +298,6 @@ public:
   /// registered in this LLVMContext.
   void getMDKindNames(SmallVectorImpl<StringRef> &Result) const;
 
-
-  typedef DenseMap<StructType*, unsigned, DenseMapInfo<StructType*> >
-                   NumeredTypesMapTy;
-
   /// Return the type with the specified name, or null if there is none by that
   /// name.
   StructType *getTypeByName(StringRef Name) const;