diff options
Diffstat (limited to 'lib/qsp_instruction.mly')
-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: |