Remove redundant check

This commit is contained in:
Arun Prakash Jana 2019-03-14 20:15:59 +05:30
parent 9df78b4e0b
commit 47d35e1396
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 4 deletions

View File

@ -3475,8 +3475,7 @@ nochange:
appendfpath(newpath, r);
writecp(newpath, r - 1); /* Truncate NULL from end */
if (copier)
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
}
dents[cur].flags |= FILE_COPIED;
@ -3537,8 +3536,7 @@ nochange:
if (copybufpos) { /* File path(s) written to the buffer */
writecp(pcopybuf, copybufpos - 1); /* Truncate NULL from end */
if (copier)
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
if (ncp) { /* Some files cherry picked */
mvprintw(xlines - 1, 0, "%d selected\n", ncp);