From: Reid Kleckner Date: Thu, 13 Feb 2020 20:50:54 +0000 (-0800) Subject: Remove unnecessary typedef that GCC doesn't like X-Git-Url: https://git.jankratochvil.net/?p=lldb.git;a=commitdiff_plain;h=e3548e23657d6c4988f815e9c87350f53e48e783 Remove unnecessary typedef that GCC doesn't like --- diff --git a/clang/include/clang/AST/ParentMapContext.h b/clang/include/clang/AST/ParentMapContext.h index 3ab55fb..be4d75d 100644 --- a/clang/include/clang/AST/ParentMapContext.h +++ b/clang/include/clang/AST/ParentMapContext.h @@ -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> Storage; bool IsSingleNode;