Skip to content

Commit e27a6f3

Browse files
committed
remove unnecessary assignment
1 parent 3cc839c commit e27a6f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ SEXP frev(SEXP x, SEXP copyArg) {
437437
if (copy) {
438438
x = PROTECT(duplicate(x));
439439
nprotect++;
440-
copy = false;
441440
}
442441
if (n==0) {
443442
UNPROTECT(nprotect);

0 commit comments

Comments
 (0)