forked from OSchip/llvm-project
				
			Remove unnecessary typedef that GCC doesn't like
This commit is contained in:
		
							parent
							
								
									f8b8a1ca8b
								
							
						
					
					
						commit
						e3548e2365
					
				| 
						 | 
				
			
			@ -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;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue