Skip to content

Commit

Permalink
Remove fixme comment because it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
WallopingEwe authored May 24, 2024
1 parent fbb208a commit 82a3b80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/wire/client/hlzasm/hc_expression.lua
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ function HCOMP:Expression_Level1()

local token = self:PeekToken()
if (token == self.TOKEN.PLUS) then
-- Treat "-" as negate instead of subtraction FIXME (FIXED)
if token == self.TOKEN.PLUS then self:NextToken() end

local rightLeaf = self:Expression_LevelLeaf(0)
Expand Down

0 comments on commit 82a3b80

Please sign in to comment.