Index: abstract.c =================================================================== --- abstract.c (revision 10073) +++ abstract.c (revision 10074) @@ -193,9 +193,6 @@ if ((port != NULL) || (!alloc)) return port; } - else { - TODO("hierarchic: we probably need a per sheet hash of terminals"); - } port = calloc(sizeof(csch_aport_t), 1); csch_aobj_init(abs, &port->hdr, CSCH_ATYPE_PORT); @@ -204,8 +201,6 @@ if (comp != NULL) htsp_set(&comp->ports, port->name, port); - else - TODO("hierarchic: we probably need a per sheet hash of terminals"); return port; }