diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-01-06 15:23:05 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-01-06 15:23:05 -0500 |
| commit | 5951b79af40212754071157596b8aebbe2414ffb (patch) | |
| tree | 9e2377dddfec47701210dd4135d0c0f1de12926d /lib/std/builtin.zig | |
| parent | 0a9daeb37e997ff75dcd16d1fc3b4cc143314e85 (diff) | |
| download | zig-5951b79af40212754071157596b8aebbe2414ffb.tar.gz zig-5951b79af40212754071157596b8aebbe2414ffb.zip | |
remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites
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 9b3be8f424..288e8f8897 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -322,7 +322,6 @@ pub const TypeInfo = union(enum) { pub const FnDecl = struct { fn_type: type, inline_type: Inline, - calling_convention: CallingConvention, is_var_args: bool, is_extern: bool, is_export: bool, |
