Skip to content

Commit 9e84830

Browse files
committed
removed unused map
1 parent 3092bea commit 9e84830

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/aws-cpp-sdk-core/include/aws/core/config/AWSConfigFileProfileConfigLoader.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ namespace Aws
4747
private:
4848
Aws::String m_fileName;
4949
bool m_useProfilePrefix;
50-
Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::String>> m_services;
5150
};
5251
}
5352
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ namespace Aws
640640
bool AWSConfigFileProfileConfigLoader::LoadInternal()
641641
{
642642
m_profiles.clear();
643-
m_services.clear();
644643

645644
Aws::IFStream inputFile(m_fileName.c_str());
646645
if(inputFile)

0 commit comments

Comments
 (0)