Skip to content

Commit

Permalink
refactor: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jul 4, 2024
1 parent dd60a95 commit bf4ef2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/number.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
var (
maxInt = Integer(math.MaxInt64)
minInt = Integer(math.MinInt64)
oneFloat = NewFloatFromInt64(1)
minusOneFloat = NewFloatFromInt64(-1)
)

Expand Down

0 comments on commit bf4ef2a

Please sign in to comment.