Skip to content

Commit

Permalink
Remove unused variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Jul 28, 2024
1 parent 86a6a3e commit 1c9dbb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp11test/src/protect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
}

for (R_xlen_t i = n - 1; i >= 0; --i) {
SEXP x = res[i];
res.pop_back();
}
}
Expand Down

0 comments on commit 1c9dbb6

Please sign in to comment.