DebugInfo: Remove DIArray and DITypeArray typedefs
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
index c12cc0c1c94f08bb617a49cc26fc061466fc61e5..b32bdb637338375f87caa4894706dae844e8cc08 100644 (file)
@@ -36,9 +36,6 @@ class DbgValueInst;
 /// \brief Maps from type identifier to the actual MDNode.
 typedef DenseMap<const MDString *, MDType *> DITypeIdentifierMap;
 
-typedef DebugNodeArray DIArray;
-typedef MDTypeRefArray DITypeArray;
-
 /// \brief Find subprogram that is enclosing this scope.
 MDSubprogram *getDISubprogram(const MDNode *Scope);