mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
std.Target: Remove supportsNewStackCall().
This is literally just isWasm() and has no uses in the repository.
This commit is contained in:
parent
0bb9db3998
commit
15a3ee1979
@ -1633,10 +1633,6 @@ pub inline fn isGnuLibC(target: Target) bool {
|
||||
return target.os.tag.isGnuLibC(target.abi);
|
||||
}
|
||||
|
||||
pub inline fn supportsNewStackCall(target: Target) bool {
|
||||
return !target.cpu.arch.isWasm();
|
||||
}
|
||||
|
||||
pub inline fn isSpirV(target: Target) bool {
|
||||
return target.cpu.arch.isSpirV();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user