Skip to content

Commit

Permalink
chore: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
NripeshN authored Sep 4, 2024
1 parent 9bf8dbd commit 4c9ce5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crosstl/src/backend/Opengl/OpenglParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ def parse_expression(self):
]:
op = self.current_token[0]
self.eat(op)
# right = self.parse_additive()
right = self.parse_binop()
left = BinaryOpNode(left, op, right)

Expand Down

0 comments on commit 4c9ce5a

Please sign in to comment.