diff options
author | Chimrod <> | 2023-09-29 18:11:11 +0200 |
---|---|---|
committer | Chimrod <> | 2023-09-29 18:11:11 +0200 |
commit | d98779991ce272017018a94f2e58e63f6c6cc0e3 (patch) | |
tree | 1a0a73993dd005d84b009821b7a1f3515a32544b /lib | |
parent | 93179b90d8b1006001ce53310a6b01ba9f673fb7 (diff) |
Removed unused rule
Diffstat (limited to 'lib')
-rw-r--r-- | lib/qsp_instruction.mly | 1 |
1 files changed, 0 insertions, 1 deletions
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: |