From: Claudio Cambra Date: Mon, 19 Dec 2022 16:37:35 +0000 (+0100) Subject: Remove unused supportedTransmissionChecksums from bulkpropagatorjob X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~52^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=16b33fa65863b6a0ac7f2b5ee70af61139067448;p=nextcloud-desktop.git Remove unused supportedTransmissionChecksums from bulkpropagatorjob Signed-off-by: Claudio Cambra --- diff --git a/src/libsync/bulkpropagatorjob.cpp b/src/libsync/bulkpropagatorjob.cpp index 04e508b30..330b17fbb 100644 --- a/src/libsync/bulkpropagatorjob.cpp +++ b/src/libsync/bulkpropagatorjob.cpp @@ -256,10 +256,6 @@ void BulkPropagatorJob::checkPropagationIsDone() void BulkPropagatorJob::slotComputeTransmissionChecksum(SyncFileItemPtr item, UploadFileInfo fileToUpload) { - // Reuse the content checksum as the transmission checksum if possible - const auto supportedTransmissionChecksums = - propagator()->account()->capabilities().supportedChecksumTypes(); - // Compute the transmission checksum. auto computeChecksum = std::make_unique(this); if (uploadChecksumEnabled()) {