diff options
| author | Tadeo Kondrak <me@tadeo.ca> | 2020-10-06 22:29:29 -0600 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-10-07 04:31:20 -0400 |
| commit | 0a6863a267d88e73ec62aca2c157654020682b00 (patch) | |
| tree | 282697ef070d592623474502e02696c9b7d4011f /lib/std/builtin.zig | |
| parent | ae161863db544e2db20ba7705bf0ada7d3ce5c94 (diff) | |
| download | zig-0a6863a267d88e73ec62aca2c157654020682b00.tar.gz zig-0a6863a267d88e73ec62aca2c157654020682b00.zip | |
Remove .Cold calling convention.
This isn't a stable, defined calling convention, so it shouldn't be
grouped in with the others.
Closes https://github.com/ziglang/zig/issues/6556
Diffstat (limited to 'lib/std/builtin.zig')
| -rw-r--r-- | lib/std/builtin.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index 68bbbe3b2d..95b66d9af6 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -151,7 +151,6 @@ pub const Mode = enum { pub const CallingConvention = enum { Unspecified, C, - Cold, Naked, Async, Interrupt, |
