mirror of
https://github.com/fairyglade/ly.git
synced 2026-06-22 15:31:59 +00:00
Remove TODO and stop forcing LLVM usage (again)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -235,7 +235,6 @@ fn PlatformStruct() type {
|
||||
|
||||
const platform_struct = PlatformStruct();
|
||||
|
||||
// TODO 0.16.0: Can we get away with this?
|
||||
pub fn isError(result: anytype) bool {
|
||||
if (@typeInfo(@TypeOf(result)).int.signedness == .signed) {
|
||||
return result < 0;
|
||||
|
||||
Reference in New Issue
Block a user