Remove unused internal helper method from KeyVaultPipeline. (#2623)

This commit is contained in:
Ahson Khan 2021-07-14 12:00:10 -07:00 committed by GitHub
parent 5ddebe53bf
commit 404fd94710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,13 +186,5 @@ namespace Azure { namespace Security { namespace KeyVault { namespace _internal
// Use the core pipeline directly to avoid checking the response code.
return m_pipeline.Send(request, context);
}
/**
* @brief Get the Vault Url which was used to create the
* #Azure::Security::KeyVault::_internal::KeyVaultPipeline.
*
* @return The vault Url as string.
*/
std::string GetVaultUrl() const { return m_vaultUrl.GetAbsoluteUrl(); }
};
}}}} // namespace Azure::Security::KeyVault::_internal