From 72c7f8226c4295fb103e5e32d4e96b12659ab67b Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Tue, 16 Jul 2019 20:14:16 +0700 Subject: CLOUD: Minor cleanup in OneDriveTokenRefresher --- backends/cloud/onedrive/onedrivetokenrefresher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/cloud/onedrive/onedrivetokenrefresher.cpp b/backends/cloud/onedrive/onedrivetokenrefresher.cpp index d17e352159..1654869e07 100644 --- a/backends/cloud/onedrive/onedrivetokenrefresher.cpp +++ b/backends/cloud/onedrive/onedrivetokenrefresher.cpp @@ -115,7 +115,6 @@ void OneDriveTokenRefresher::finishJson(Common::JSONValue *json) { } void OneDriveTokenRefresher::finishError(Networking::ErrorResponse error) { - bool irrecoverable = error.interrupted || error.failed; if (error.failed) { Common::JSONValue *value = Common::JSON::parse(error.response.c_str()); -- cgit v1.2.3