Skip to content

Commit ff1e153

Browse files
committed
refactor code to use defaults
1 parent cad5808 commit ff1e153

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/aws-cpp-sdk-core-tests/smithy/client/SmithyClientTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ struct TestEndPointProvider : public Aws::Endpoint::EndpointProviderBase<>
3232
{
3333
public:
3434
void InitBuiltInParameters(const Aws::Client::GenericClientConfiguration& config) override { AWS_UNREFERENCED_PARAM(config); }
35-
void InitBuiltInParameters(const Aws::Client::GenericClientConfiguration& config, const Aws::String& serviceName) override { AWS_UNREFERENCED_PARAM(config); AWS_UNREFERENCED_PARAM(serviceName); }
3635

3736
void OverrideEndpoint(const Aws::String& endpoint) override { AWS_UNREFERENCED_PARAM(endpoint); }
3837

@@ -388,7 +387,6 @@ struct SampleEndpointProvider : public Aws::Endpoint::EndpointProviderBase<>
388387
{
389388
public:
390389
void InitBuiltInParameters(const Aws::Client::GenericClientConfiguration& config) override { AWS_UNREFERENCED_PARAM(config); }
391-
void InitBuiltInParameters(const Aws::Client::GenericClientConfiguration& config, const Aws::String& serviceName) override { AWS_UNREFERENCED_PARAM(config); AWS_UNREFERENCED_PARAM(serviceName); }
392390

393391
void OverrideEndpoint(const Aws::String& endpoint) override { AWS_UNREFERENCED_PARAM(endpoint); }
394392

0 commit comments

Comments
 (0)