Remove useless assertion

This commit is contained in:
Nick Gasson 2008-06-27 12:21:53 +01:00
parent b24eb6ce88
commit 301a25303f
1 changed files with 0 additions and 1 deletions

View File

@ -426,7 +426,6 @@ int draw_function(ivl_scope_t scope, ivl_scope_t parent)
draw_stmt(func, func->get_container(), ivl_scope_def(scope));
assert(func);
ent->get_arch()->get_scope()->add_decl(func);
return 0;
}