From c0c755f533191c28c7512ed05a5f540b5d7b53c2 Mon Sep 17 00:00:00 2001
From: pompolic <pompolic@special-circumstanc.es>
Date: Wed, 16 Nov 2022 21:43:45 +0100
Subject: [PATCH] Remove unused variables

---
 gdb-port/top-level-parse.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gdb-port/top-level-parse.py b/gdb-port/top-level-parse.py
index ff26265..e7cc5fb 100644
--- a/gdb-port/top-level-parse.py
+++ b/gdb-port/top-level-parse.py
@@ -28,9 +28,6 @@ class TopLevelParse:
 		# Holds a reference to the relevant parser stack
 		self.ast_selected_stack = None
 		# Holds parse states down the stack from when hammer-parse-apply or hammer-parse-step-to-result was executed
-		self.parse_state_stack = [] # TODO: remove
-		self.current_token_start = 0 # TODO: remove
-		self.current_token_end = 0 #TODO: remove
 		self.printing_tokens = [] # Holds the tokens yet to be printed by print_input_chunk as it walks the AST
 		self.printing_index = 0 # Tokens have been printed up to this position in the array
 		self.tokens_from_previous_chunk = []
-- 
GitLab