aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChimrod <>2023-10-28 19:57:04 +0200
committerChimrod <>2023-10-30 09:30:55 +0100
commit12fb712df5e9d1142ca2a3604d6095de6381cf65 (patch)
treec36ce5354448409d81bdc37d9847a23f259fbd9b /lib
parent09f12acfb6d40f1b0b29625e87c2df58ecf9f275 (diff)
Removed unused tokens
Diffstat (limited to 'lib')
-rw-r--r--lib/qparser/tokens.mly2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/qparser/tokens.mly b/lib/qparser/tokens.mly
index a87ce98..fa74cc7 100644
--- a/lib/qparser/tokens.mly
+++ b/lib/qparser/tokens.mly
@@ -19,7 +19,6 @@
%token EXCLAMATION
%token AND OR
-%token EOF
%token EOL
%token <string>IDENT
@@ -36,7 +35,6 @@
%token LET
%token SET
%token OBJ
-%token LOC
%token NO
%token <Qsp_syntax.T.keywords>KEYWORD
%token <Qsp_syntax.T.function_>FUNCTION