From d98779991ce272017018a94f2e58e63f6c6cc0e3 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 29 Sep 2023 18:11:11 +0200 Subject: Removed unused rule --- lib/qsp_instruction.mly | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/qsp_instruction.mly b/lib/qsp_instruction.mly index 91a5994..564e154 100644 --- a/lib/qsp_instruction.mly +++ b/lib/qsp_instruction.mly @@ -74,7 +74,6 @@ assignation_operator: | EQUAL { T.Eq' } | INCR { T.Inc } | DECR { T.Decr } - | DECR { T.Decr } | MULT_EQUAL { T.Mult } inline_instruction: -- cgit v1.2.3