diff options
Diffstat (limited to 'src/codegen')
| -rw-r--r-- | src/codegen/c/Type.zig | 1 | ||||
| -rw-r--r-- | src/codegen/llvm.zig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/codegen/c/Type.zig b/src/codegen/c/Type.zig index 5068073f32..e6a9dc69a3 100644 --- a/src/codegen/c/Type.zig +++ b/src/codegen/c/Type.zig @@ -1468,7 +1468,6 @@ pub const Pool = struct { .bool_false, .empty_struct, .generic_poison, - .var_args_param_type, .none, => unreachable, diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig index 9be2316a55..3529e9f411 100644 --- a/src/codegen/llvm.zig +++ b/src/codegen/llvm.zig @@ -3235,7 +3235,6 @@ pub const Object = struct { .bool_false, .empty_struct, .generic_poison, - .var_args_param_type, .none, => unreachable, else => switch (ip.indexToKey(t.toIntern())) { |
