Skip to content

Commit

Permalink
Update Int64Helper.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeGuyWhoLovesCoding authored Sep 2, 2024
1 parent 23120d8 commit 5802e58
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions std/haxe/Int64Helper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,4 @@ class Int64Helper {
This is handy for type comparison.
*/
public static var maxValue32U:Int64 = Int64.make(0, -1);

/**
The minimum unsigned `Int32` value with the type `Int64`.
This is handy for type comparison.
*/
public static var minValue32U:Int64 = -maxValue32U - 1;
}

0 comments on commit 5802e58

Please sign in to comment.