Remove commented out code

This commit is contained in:
Richard Caunt
2017-11-05 19:25:34 +00:00
parent 662f65c3c8
commit 5d54883e2f

View File

@ -2401,12 +2401,7 @@ bool S3fsCurl::LoadIAMRoleFromMetaData(void)
}
// url
//if (is_ecs) {
// url = string(IAM_BASE_URL) + std::getenv(ECS_IAM_ENV_VAR);
//}
//else {
url = string(IAM_BASE_URL) + string(IAM_CRED_URL);
//}
url = string(IAM_BASE_URL) + string(IAM_CRED_URL);
requestHeaders = NULL;
responseHeaders.clear();
bodydata = new BodyData();