diff options
author | Alexander Tkachev | 2019-07-16 20:14:16 +0700 |
---|---|---|
committer | Matan Bareket | 2019-07-30 14:51:41 -0400 |
commit | 72c7f8226c4295fb103e5e32d4e96b12659ab67b (patch) | |
tree | 6bbde120aa9b707aeadc5c8af3dfafbfe462c29f /backends/cloud/onedrive/onedrivetokenrefresher.cpp | |
parent | 1e92e7b9f3bd7a2fb55d77a7e28934abf3d02f19 (diff) | |
download | scummvm-rg350-72c7f8226c4295fb103e5e32d4e96b12659ab67b.tar.gz scummvm-rg350-72c7f8226c4295fb103e5e32d4e96b12659ab67b.tar.bz2 scummvm-rg350-72c7f8226c4295fb103e5e32d4e96b12659ab67b.zip |
CLOUD: Minor cleanup in OneDriveTokenRefresher
Diffstat (limited to 'backends/cloud/onedrive/onedrivetokenrefresher.cpp')
-rw-r--r-- | backends/cloud/onedrive/onedrivetokenrefresher.cpp | 1 |
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()); |