Skip to content

Commit

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

/**
The minimum unsigned `Int32` value with the type `Int128`.
This is handy for type comparison.
*/
public static var minValue32U:Int128 = Int128.make(0, -1);
}

0 comments on commit 0f2444c

Please sign in to comment.