Skip to content

Commit

Permalink
Already declared above after possible error traps.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Aug 21, 2023
1 parent 401f00f commit 11aeb5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compHorner.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ extern SEXP hornerSum_c(SEXP x, SEXP p, SEXP np, SEXP q) {
// See above for why this addressing schema is needed.
// Now build "upwards".
if (prows > 1) {
int vecidx;
for (int j = prows - 1; j-- > 0; ) {
for (int i = 0; i < m; ++i) {
// Proper position of value given flattened column-major matrix.
Expand Down

0 comments on commit 11aeb5c

Please sign in to comment.