Skip to content

Commit 4ff8fcf

Browse files
committed
remove setNull()
1 parent 57aaccc commit 4ff8fcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cdb/Types.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,12 @@ abstract GuidInt<T>(GuidIntImpl) from GuidIntImpl to GuidIntImpl {
508508
return haxe.Int64.isZero(this);
509509
}
510510

511+
/*
512+
Disable until https://github.com/HaxeFoundation/haxe/issues/12422 is resolved
511513
public inline function setNull() {
512514
this = getNull();
513515
}
516+
*/
514517

515518
public static inline function getNull<T>() : GuidInt<T> return haxe.Int64.ofInt(0);
516519
}

0 commit comments

Comments
 (0)