diff --git a/vhdlpp/architec_elaborate.cc b/vhdlpp/architec_elaborate.cc index 7161bd93e..9bade14e8 100644 --- a/vhdlpp/architec_elaborate.cc +++ b/vhdlpp/architec_elaborate.cc @@ -370,8 +370,6 @@ int SignalAssignment::elaborate(Entity*ent, Architecture*arc) for (list::iterator cur = rval_.begin() ; cur != rval_.end() ; ++cur) { (*cur)->elaborate_expr(ent, arc, lval_type); - - // Handle functions that return unbounded arrays } return errors;