diff options
| author | fn ⌃ ⌥ <70830482+FnControlOption@users.noreply.github.com> | 2023-02-05 05:57:58 -0800 |
|---|---|---|
| committer | fn ⌃ ⌥ <70830482+FnControlOption@users.noreply.github.com> | 2023-02-05 05:57:58 -0800 |
| commit | baa877fd129c7c6eb3c87c3e219bb4dede67b0a0 (patch) | |
| tree | d707ff596a43200239b065d953f80811e5763a03 /src/codegen/c.zig | |
| parent | 8e2af21cd99d1c033146b1ab15ab743533cbd743 (diff) | |
| parent | a5b34a61ab61882bf55d87e4cbc8186215ecf320 (diff) | |
| download | zig-baa877fd129c7c6eb3c87c3e219bb4dede67b0a0.tar.gz zig-baa877fd129c7c6eb3c87c3e219bb4dede67b0a0.zip | |
Merge branch 'master' into lzma
Diffstat (limited to 'src/codegen/c.zig')
| -rw-r--r-- | src/codegen/c.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen/c.zig b/src/codegen/c.zig index eb0ae1b1f6..2f721e1b4b 100644 --- a/src/codegen/c.zig +++ b/src/codegen/c.zig @@ -16,7 +16,6 @@ const trace = @import("../tracy.zig").trace; const LazySrcLoc = Module.LazySrcLoc; const Air = @import("../Air.zig"); const Liveness = @import("../Liveness.zig"); -const CType = @import("../type.zig").CType; const target_util = @import("../target.zig"); const libcFloatPrefix = target_util.libcFloatPrefix; |
