Skip to content

Commit 2cbd2a0

Browse files
authored
Merge pull request #2718 from rgommers/silence-unused-variable-warning
Silence one unused-variable warning in `highs_bindings.cpp`
2 parents 22b1ed1 + 1bd2c39 commit 2cbd2a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

highs/highs_bindings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ std::tuple<HighsStatus, dense_array_t<double>> highs_getReducedRow(
363363
std::tuple<HighsStatus, dense_array_t<double>, HighsInt,
364364
dense_array_t<HighsInt>>
365365
highs_getReducedRowSparse(Highs* h, HighsInt row) {
366-
HighsInt num_col = h->getNumCol();
367366
HighsInt num_row = h->getNumRow();
368367

369368
HighsStatus status = HighsStatus::kOk;

0 commit comments

Comments
 (0)