diff --git a/sdk/storage/faq.md b/sdk/storage/faq.md index 0b338b73e..46fe314b5 100644 --- a/sdk/storage/faq.md +++ b/sdk/storage/faq.md @@ -299,8 +299,6 @@ If you want to add some time-variant headers like authentication, you should use ```cpp class NewPolicy final : public Azure::Core::Http::Policies::HttpPolicy { public: - ~NewPolicy() override {} - std::unique_ptr Clone() const override { return std::make_unique(*this);