diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h index 668ac3e4d..18c429e95 100644 --- a/src/wasm-type.h +++ b/src/wasm-type.h @@ -148,18 +148,6 @@ std::ostream& operator<<(std::ostream& os, ParamType t); std::ostream& operator<<(std::ostream& os, ResultType t); std::ostream& operator<<(std::ostream& os, Signature t); -constexpr Type none = Type::none; -constexpr Type i32 = Type::i32; -constexpr Type i64 = Type::i64; -constexpr Type f32 = Type::f32; -constexpr Type f64 = Type::f64; -constexpr Type v128 = Type::v128; -constexpr Type funcref = Type::funcref; -constexpr Type anyref = Type::anyref; -constexpr Type nullref = Type::nullref; -constexpr Type exnref = Type::exnref; -constexpr Type unreachable = Type::unreachable; - } // namespace wasm template<> class std::hash<wasm::Signature> { |