From 8dac751410f23468382cfcc5da8ced24e7bf34c9 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Fri, 22 Apr 2022 13:33:27 +0200
Subject: [PATCH] Remove unused parser.txt macro ParserTypedLinkedListAddAll2

---
 src/main/resources/org/sablecc/sablecc/parser.txt | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/main/resources/org/sablecc/sablecc/parser.txt b/src/main/resources/org/sablecc/sablecc/parser.txt
index 79ae4d2..e9780d2 100644
--- a/src/main/resources/org/sablecc/sablecc/parser.txt
+++ b/src/main/resources/org/sablecc/sablecc/parser.txt
@@ -439,14 +439,6 @@ Macro:ParserTypedLinkedListAddAll
 
 $
 
-Macro:ParserTypedLinkedListAddAll2
-        if($2$ != null) //Macro:ParserTypedLinkedListAddAll2
-        {
-            $0$Node$1$.addAll($2$);
-        }
-
-$
-
 Macro:ParserNewBodyListAdd
         nodeList.add($0$Node$1$);
 
-- 
GitLab