aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen/llvm.zig')
-rw-r--r--src/codegen/llvm.zig1
1 files changed, 0 insertions, 1 deletions
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())) {