Effectively revert ba2aa5f49ebb since the object isn't destroyed polymorphically
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 16 Feb 2021 21:45:25 +0000 (13:45 -0800)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 16 Feb 2021 21:45:25 +0000 (13:45 -0800)
llvm/include/llvm/ProfileData/SampleProfileLoaderBaseImpl.h

index 60f117c..48d7ae4 100644 (file)
@@ -69,7 +69,6 @@ extern cl::opt<bool> NoWarnSampleUnused;
 class SampleProfileLoaderBaseImpl {
 public:
   SampleProfileLoaderBaseImpl(std::string Name) : Filename(Name) {}
-  virtual ~SampleProfileLoaderBaseImpl() = default;
   void dump() { Reader->dump(); }
 
 protected: