diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-03-03 22:52:03 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-03-03 22:52:03 -0500 |
| commit | 74fef9db6e520cdcdd8b6e0a32c94c73460ef0d0 (patch) | |
| tree | 7d90f80e337ab8c233bc1d596d4b6bc03a94b49e /tools/process_headers.zig | |
| parent | 67480cd5157fbea664fa392b1d8a0911579be5a3 (diff) | |
| download | zig-74fef9db6e520cdcdd8b6e0a32c94c73460ef0d0.tar.gz zig-74fef9db6e520cdcdd8b6e0a32c94c73460ef0d0.zip | |
update update_glibc tool to latest zig
Diffstat (limited to 'tools/process_headers.zig')
| -rw-r--r-- | tools/process_headers.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/process_headers.zig b/tools/process_headers.zig index b118f8535f..abdc9fabf9 100644 --- a/tools/process_headers.zig +++ b/tools/process_headers.zig @@ -11,7 +11,6 @@ // You'll then have to manually update Zig source repo with these new files. const std = @import("std"); -const builtin = std.builtin; const Arch = std.Target.Cpu.Arch; const Abi = std.Target.Abi; const OsTag = std.Target.Os.Tag; |
