Skip to content

Commit

Permalink
Remove dead const. #2906 (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsgh authored Mar 27, 2024
1 parent 4e0d5c4 commit 74a6c99
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

using namespace Aws::Auth;

static const int AWS_CREDENTIAL_PROVIDER_EXPIRATION_GRACE_PERIOD = 5 * 1000;
static const char GEN_HTTP_LOG_TAG[] = "GeneralHTTPCredentialsProvider";

const char GeneralHTTPCredentialsProvider::AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE[] = "AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE";
Expand Down Expand Up @@ -259,4 +258,4 @@ void GeneralHTTPCredentialsProvider::RefreshIfExpired()
}

Reload();
}
}

0 comments on commit 74a6c99

Please sign in to comment.