aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm/CodeGen.zig
diff options
context:
space:
mode:
authorVeikka Tuominen <git@vexu.eu>2022-12-08 19:52:05 +0200
committerAndrew Kelley <andrew@ziglang.org>2022-12-09 20:37:18 -0700
commit9d93b2ccf11f584320a2c5209dd2d94705167695 (patch)
treebc746509f92c029be2b6cd3338aace01a5baa91e /src/arch/wasm/CodeGen.zig
parent5831b68341827b544ea3f268c921e9044bd11047 (diff)
downloadzig-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.zig1
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,