mirror of
https://github.com/jarun/nnn.git
synced 2025-01-10 01:49:38 +00:00
Remove redundant check
This commit is contained in:
parent
9df78b4e0b
commit
47d35e1396
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue