From 93319c0bddb54496374b97bd457223b3bb4584e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 10 Sep 2020 23:11:45 +0200 Subject: [PATCH] :art: Remove unseful check --- src/emit/emit.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/emit/emit.c b/src/emit/emit.c index 0329cd1d..f79bacdf 100644 --- a/src/emit/emit.c +++ b/src/emit/emit.c @@ -732,8 +732,6 @@ ANN static m_bool emit_decl(const Emitter emit, const Exp_Decl* decl) { CHECK_BB(emit_exp_decl_non_static(emit, decl, list->self, r, var)) else CHECK_BB(emit_exp_decl_global(emit, decl, list->self, r, var)) - if(GET_FLAG(list->self->value->type, nonnull)) - emit_add_instr(emit, GWOP_EXCEPT); } while((list = list->next)); return GW_OK; } -- 2.43.0