From: David Blaikie Date: Tue, 16 Feb 2021 21:45:25 +0000 (-0800) Subject: Effectively revert ba2aa5f49ebb since the object isn't destroyed polymorphically X-Git-Tag: llvmorg-14-init~14947 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3120291f43b9ad0e09d4bc574c004f13822edd5;p=platform%2Fupstream%2Fllvm.git Effectively revert ba2aa5f49ebb since the object isn't destroyed polymorphically --- diff --git a/llvm/include/llvm/ProfileData/SampleProfileLoaderBaseImpl.h b/llvm/include/llvm/ProfileData/SampleProfileLoaderBaseImpl.h index 60f117c..48d7ae4 100644 --- a/llvm/include/llvm/ProfileData/SampleProfileLoaderBaseImpl.h +++ b/llvm/include/llvm/ProfileData/SampleProfileLoaderBaseImpl.h @@ -69,7 +69,6 @@ extern cl::opt NoWarnSampleUnused; class SampleProfileLoaderBaseImpl { public: SampleProfileLoaderBaseImpl(std::string Name) : Filename(Name) {} - virtual ~SampleProfileLoaderBaseImpl() = default; void dump() { Reader->dump(); } protected: