summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wasm.h b/src/wasm.h
index c059009b6..39cc9fb54 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1525,11 +1525,6 @@ public:
Expression* ref;
- // Support the unsafe `ref.cast_nop_static` to enable precise cast overhead
- // measurements.
- enum Safety { Safe, Unsafe };
- Safety safety = Safe;
-
void finalize();
Type& getCastType() { return type; }