From 9cf70b61c8d899fd5ff116293ddb6371f00d0496 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Mon, 2 Sep 2019 01:16:24 +0200 Subject: [PATCH] :bug: Remove faulty assert --- src/parse/scan1.c | 1 - 1 file changed, 1 deletion(-) 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)) } -- 2.43.0