summaryrefslogtreecommitdiff
path: root/src/wasm-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r--src/wasm-type.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h
index fa365b0e5..140fcf893 100644
--- a/src/wasm-type.h
+++ b/src/wasm-type.h
@@ -41,9 +41,8 @@
namespace wasm {
enum class TypeSystem {
- Equirecursive,
- Nominal,
Isorecursive,
+ Nominal,
};
// This should only ever be called before any Types or HeapTypes have been