diff options
-rw-r--r-- | llvm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -569,8 +569,6 @@ eval(CEnv& cenv, const string& name, istream& is) exprs.push_back(make_pair(exp, result)); } - if (!resultType || resultType->var()) throw Error("body is undefined/untyped", cursor); - const Type* ctype = lltype(resultType); if (!ctype) throw Error("body has non-compilable type", cursor); |