mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
CLOUD: Minor cleanup in OneDriveTokenRefresher
This commit is contained in:
parent
1e92e7b9f3
commit
72c7f8226c
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user