summaryrefslogtreecommitdiff
path: root/src/hir/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/type.cpp')
-rw-r--r--src/hir/type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/type.cpp b/src/hir/type.cpp
index f78c45ad..b57dcc7c 100644
--- a/src/hir/type.cpp
+++ b/src/hir/type.cpp
@@ -250,7 +250,7 @@ bool ::HIR::TypeRef::operator==(const ::HIR::TypeRef& x) const
(Closure,
if( te.node != xe.node )
return false;
- assert( te.m_rettype == xe.m_rettype );
+ //assert( te.m_rettype == xe.m_rettype );
return true;
)
)