diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 3 |
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 |