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,7 +3475,6 @@ nochange:
appendfpath(newpath, r);
writecp(newpath, r - 1); /* Truncate NULL from end */
if (copier)
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
}
@ -3537,7 +3536,6 @@ 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);
if (ncp) { /* Some files cherry picked */