Remove unnecessary typedef that GCC doesn't like

This commit is contained in:
Reid Kleckner 2020-02-13 12:50:54 -08:00
parent f8b8a1ca8b
commit e3548e2365
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ public:
/// Container for either a single DynTypedNode or for an ArrayRef to
/// DynTypedNode. For use with ParentMap.
class DynTypedNodeList {
using DynTypedNode = DynTypedNode;
llvm::AlignedCharArrayUnion<DynTypedNode, ArrayRef<DynTypedNode>> Storage;
bool IsSingleNode;