]> Nishi Git Mirror - gwion.git/commitdiff
:art: Remove useless test
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 11 Oct 2019 20:45:58 +0000 (22:45 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 11 Oct 2019 20:45:58 +0000 (22:45 +0200)
src/lib/import.c

index 5180ec5e67a679b65d48f544ff17013224d8dde8..9e295a1456e8918d2928c832ee4fde8ae33e35a2 100644 (file)
@@ -393,10 +393,6 @@ ANN Type_Decl* str2decl(const Env env, const m_str s, m_uint *depth, const loc_t
   DECL_OO(ID_List, id, = str2list(env, type_name, depth, pos))
   Type_Decl* td = new_type_decl(env->gwion->mp, id);
   Type_List tmp = NULL;
-  if(!td) {
-    free_id_list(env->gwion->mp, id);
-    return NULL;
-  }
   while((type_name = get_type_name(env, s, i++))) {
     m_uint d = 0;
     if(!tmp)