vhdlpp: Minor code cleaning.

This commit is contained in:
Maciej Suminski 2015-05-29 10:51:17 +02:00
parent 1f1d47887e
commit 4a31f36646
1 changed files with 1 additions and 4 deletions

View File

@ -338,10 +338,7 @@ int ProcessStatement::elaborate(Entity*ent, Architecture*arc)
int errors = 0;
if (rewrite_as_always_edge_(ent, arc) >= 0) {
} else if (extract_anyedge_(ent, arc) >= 0) {
} else {
extract_anyedge_(ent, arc);
}
for (list<SequentialStmt*>::iterator cur = statements_list_.begin()