mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: remove unreachable code in TFileSystemFileSourceProcessor.consultCopyOperation()
This commit is contained in:
parent
e9f3c49ed8
commit
bebe20e6f9
1 changed files with 0 additions and 4 deletions
|
|
@ -1097,10 +1097,6 @@ var
|
|||
end else if fsoCopyIn in targetFS.GetOperationsTypes then begin
|
||||
params.resultOperationType:= fsoCopyIn;
|
||||
params.resultFS:= targetFS;
|
||||
end else if (fsoCopyOut in sourceFS.GetOperationsTypes) and (fsoCopyIn in targetFS.GetOperationsTypes) then begin
|
||||
params.resultOperationType:= fsoCopyOut;
|
||||
params.resultFS:= params.sourceFS;
|
||||
params.operationTemp:= True;
|
||||
end else begin
|
||||
params.consultResult:= fscrNotSupported;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue