Skip to content

Commit

Permalink
REmove unused count variable
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Sep 26, 2024
1 parent 5017c83 commit 594cb13
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 @@ -1490,7 +1490,6 @@ private void generateStartTimeStep(ReactorInstance instance) {
indexString += " + " + CUtil.bankIndexName(instance);
}

temp.pr("int count = 0; SUPPRESS_UNUSED_WARNING(count);");
temp.pr("// Add action " + action.getFullName() + " to array of is_present fields.");
temp.pr(
String.join(
Expand Down

0 comments on commit 594cb13

Please sign in to comment.