From: Kevin Ottens Date: Mon, 25 May 2020 18:12:09 +0000 (+0200) Subject: Remove redundant initializer X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~213^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=86b1821251fed788787098b844520119ffc4678d;p=nextcloud-desktop.git Remove redundant initializer This is the same value than the initializer value in the header, no need to repeat it. Signed-off-by: Kevin Ottens --- diff --git a/src/libsync/abstractnetworkjob.cpp b/src/libsync/abstractnetworkjob.cpp index ca64361d7..b5c098bd1 100644 --- a/src/libsync/abstractnetworkjob.cpp +++ b/src/libsync/abstractnetworkjob.cpp @@ -52,7 +52,6 @@ AbstractNetworkJob::AbstractNetworkJob(AccountPtr account, const QString &path, , _ignoreCredentialFailure(false) , _reply(nullptr) , _path(path) - , _redirectCount(0) { _timer.setSingleShot(true); _timer.setInterval((httpTimeout ? httpTimeout : 300) * 1000); // default to 5 minutes.