diff --git a/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h b/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h index 2a510e69cf45fc..6a2f0acf46f326 100644 --- a/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +++ b/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h @@ -74,11 +74,6 @@ template <> struct IRTraits { } // end namespace afdo_detail -extern cl::opt SampleProfileMaxPropagateIterations; -extern cl::opt SampleProfileRecordCoverage; -extern cl::opt SampleProfileSampleCoverage; -extern cl::opt NoWarnSampleUnused; - template class SampleProfileLoaderBaseImpl { public: SampleProfileLoaderBaseImpl(std::string Name, std::string RemapName)