diff options
| author | Veikka Tuominen <git@vexu.eu> | 2022-12-08 19:52:05 +0200 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-12-09 20:37:18 -0700 |
| commit | 9d93b2ccf11f584320a2c5209dd2d94705167695 (patch) | |
| tree | bc746509f92c029be2b6cd3338aace01a5baa91e /src/arch/wasm/CodeGen.zig | |
| parent | 5831b68341827b544ea3f268c921e9044bd11047 (diff) | |
| download | zig-9d93b2ccf11f584320a2c5209dd2d94705167695.tar.gz zig-9d93b2ccf11f584320a2c5209dd2d94705167695.zip | |
Eliminate `BoundFn` type from the language
Closes #9484
Diffstat (limited to 'src/arch/wasm/CodeGen.zig')
| -rw-r--r-- | src/arch/wasm/CodeGen.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/wasm/CodeGen.zig b/src/arch/wasm/CodeGen.zig index d4e3559006..faed432a38 100644 --- a/src/arch/wasm/CodeGen.zig +++ b/src/arch/wasm/CodeGen.zig @@ -1599,7 +1599,6 @@ fn isByRef(ty: Type, target: std.Target) bool { .EnumLiteral, .Undefined, .Null, - .BoundFn, .Opaque, => unreachable, |
