Skip to content

Commit 1c9dbb6

Browse files
committed
Remove unused variable in test
1 parent 86a6a3e commit 1c9dbb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp11test/src/protect.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
}
6969

7070
for (R_xlen_t i = n - 1; i >= 0; --i) {
71-
SEXP x = res[i];
7271
res.pop_back();
7372
}
7473
}

0 commit comments

Comments
 (0)