From: fennecdjay Date: Sun, 1 Sep 2019 23:16:24 +0000 (+0200) Subject: :bug: Remove faulty assert X-Git-Tag: nightly~2242 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9cf70b61c8d899fd5ff116293ddb6371f00d0496;p=gwion.git :bug: Remove faulty assert --- diff --git a/src/parse/scan1.c b/src/parse/scan1.c index 059c7a4b..39332129 100644 --- a/src/parse/scan1.c +++ b/src/parse/scan1.c @@ -43,7 +43,6 @@ ANN static Type void_type(const Env env, const Type_Decl* td) { DECL_OO(const Type, type, = known_type_noref(env, td)) { const Type t = get_type(type); - assert(GET_FLAG(t, scan1)); if(isa(t, t_object) > 0) CHECK_BO(type_recursive(env, td, t)) }