From 4997ec8a9f550c5f4ac006b2cab66e4aeccfd57e Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:43:17 -0800 Subject: [PATCH] Drop non-essential line from Storage FAQ (#5140) Co-authored-by: Anton Kolesnyk --- sdk/storage/faq.md | 2 -- 1 file changed, 2 deletions(-) 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);