CLOUD: Minor cleanup in OneDriveTokenRefresher

This commit is contained in:
Alexander Tkachev 2019-07-16 20:14:16 +07:00 committed by Matan Bareket
parent 1e92e7b9f3
commit 72c7f8226c

View File

@ -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());