Skip to content

Commit

Permalink
vhdlpp: Minor code cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
orsonmmz committed Jun 8, 2015
1 parent 1f1d478 commit 4a31f36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vhdlpp/architec_elaborate.cc
Expand Up @@ -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()
Expand Down

0 comments on commit 4a31f36

Please sign in to comment.