Flatten the aligned-char-array utility template to be a directly
[oota-llvm.git] / include / llvm / Module.h
index cb7c1dc36a627e4d8ced3cc917a6aeb33e6c6b27..e6303ac7752d2f6131dff709e00ae6b2bb7ff136 100644 (file)
@@ -301,11 +301,6 @@ public:
   typedef DenseMap<StructType*, unsigned, DenseMapInfo<StructType*> >
                    NumeredTypesMapTy;
 
-  /// findUsedStructTypes - Walk the entire module and find all of the
-  /// struct types that are in use, returning them in a vector.
-  void findUsedStructTypes(std::vector<StructType*> &StructTypes,
-                           bool OnlyNamed = false) const;
-  
   /// getTypeByName - Return the type with the specified name, or null if there
   /// is none by that name.
   StructType *getTypeByName(StringRef Name) const;