Skip to content

Commit d7aeff8

Browse files
committed
remove unused var
1 parent f9244de commit d7aeff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aws-cpp-sdk-core/source/config/AWSConfigFileProfileConfigLoader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ namespace Aws
4242
static const char SSO_SESSION_SECTION[] = "sso-session";
4343
static const char SERVICES_SECTION[] = "services";
4444
static const char ENDPOINT_URL_KEY[] = "endpoint_url";
45-
static const char IGNORE_CONFIGURED_ENDPOINT_URLS_KEY[] = "ignore_configured_endpoint_urls";
4645
static const char DEFAULTS_MODE_KEY[] = "defaults_mode";
4746
static const char EQ = '=';
4847
static const char LEFT_BRACKET = '[';

0 commit comments

Comments
 (0)