aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tkachev2019-07-16 20:14:16 +0700
committerMatan Bareket2019-07-30 14:51:41 -0400
commit72c7f8226c4295fb103e5e32d4e96b12659ab67b (patch)
tree6bbde120aa9b707aeadc5c8af3dfafbfe462c29f
parent1e92e7b9f3bd7a2fb55d77a7e28934abf3d02f19 (diff)
downloadscummvm-rg350-72c7f8226c4295fb103e5e32d4e96b12659ab67b.tar.gz
scummvm-rg350-72c7f8226c4295fb103e5e32d4e96b12659ab67b.tar.bz2
scummvm-rg350-72c7f8226c4295fb103e5e32d4e96b12659ab67b.zip
CLOUD: Minor cleanup in OneDriveTokenRefresher
-rw-r--r--backends/cloud/onedrive/onedrivetokenrefresher.cpp1
1 files changed, 0 insertions, 1 deletions
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());