Browse Source

Incorrect comment (from 9370bfd1)

Source commit: 5870f8a8b23ecb6122475fd0d4b65c94e1f73293
Martin Prikryl 3 years ago
parent
commit
5f3d00d2c9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      source/core/FtpFileSystem.cpp

+ 0 - 1
source/core/FtpFileSystem.cpp

@@ -1759,7 +1759,6 @@ void __fastcall TFTPFileSystem::Source(
     // not used for uploads anyway
     FFileTransferPreserveTime = CopyParam->PreserveTime && (CopyParam->OnTransferIn == NULL);
     FFileTransferRemoveBOM = CopyParam->RemoveBOM;
-    // not used for uploads anyway
     FFileTransferNoList = CanTransferSkipList(Params, Flags, CopyParam);
     // not used for uploads, but we get new name (if any) back in this field
     UserData.FileName = DestFileName;