diff options
-rw-r--r-- | llvm/include/llvm/ProfileData/ProfileCommon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/ProfileData/ProfileCommon.h b/llvm/include/llvm/ProfileData/ProfileCommon.h index c3f779199a4..c367b5951c4 100644 --- a/llvm/include/llvm/ProfileData/ProfileCommon.h +++ b/llvm/include/llvm/ProfileData/ProfileCommon.h @@ -60,8 +60,6 @@ protected: ErrT Err; }; -template<typename ErrT> char ProfErrorInfoBase<ErrT>::ID; - inline const char *getHotSectionPrefix() { return ".hot"; } inline const char *getUnlikelySectionPrefix() { return ".unlikely"; } |