vhdlpp: Unnecessary comment.
This commit is contained in:
parent
e569e07d4e
commit
a1a4f47894
|
|
@ -370,8 +370,6 @@ int SignalAssignment::elaborate(Entity*ent, Architecture*arc)
|
||||||
for (list<Expression*>::iterator cur = rval_.begin()
|
for (list<Expression*>::iterator cur = rval_.begin()
|
||||||
; cur != rval_.end() ; ++cur) {
|
; cur != rval_.end() ; ++cur) {
|
||||||
(*cur)->elaborate_expr(ent, arc, lval_type);
|
(*cur)->elaborate_expr(ent, arc, lval_type);
|
||||||
|
|
||||||
// Handle functions that return unbounded arrays
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return errors;
|
return errors;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue