Skip to content

Commit

Permalink
Remove count incremet
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Sep 26, 2024
1 parent 594cb13 commit 4cfd1ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/lflang/generator/c/CGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,6 @@ private void generateStartTimeStep(ReactorInstance instance) {
+ action.getName()
+ ".intended_tag;")));

temp.pr("count++;");
temp.endScopedBlock();
enclaveInfo.numIsPresentFields += action.getParent().getTotalWidth();
}
Expand Down

0 comments on commit 4cfd1ce

Please sign in to comment.