Skip to content

Commit 313b07a

Browse files
committed
clear comment
1 parent 44cf532 commit 313b07a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/call_highs_from_c_minimal.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ void minimal_api() {
188188
}
189189
printf("Optimal objective value = %g\n", objective_value);
190190

191-
// Release resources held by the global scheduler.
192-
// In Highs_lpCall(..) above.
193-
194191
free(col_value);
195192
free(col_dual);
196193
free(row_value);

0 commit comments

Comments
 (0)