File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/aws-cpp-sdk-core-tests/smithy/client Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ struct TestEndPointProvider : public Aws::Endpoint::EndpointProviderBase<>
3232{
3333public:
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{
389388public:
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
You can’t perform that action at this time.
0 commit comments