Remove AutoFDO profile handling for GCC's LIPO. NFC.
[oota-llvm.git] / include / llvm / ProfileData / SampleProfReader.h
index 770d25ea52a616ccf0294d8d61a0ceba1e5e31b3..87c871f855b353a2efed9e38cda0baa63fac7b01 100644 (file)
@@ -224,8 +224,6 @@ protected:
                                  uint64_t Count);
   std::error_code readOneFunctionProfile(const SourceStack &Stack, bool Update);
   std::error_code readFunctionProfiles();
-  std::error_code readModuleGroup();
-  std::error_code readWorkingSet();
   std::error_code skipNextWord();
   template <typename T> ErrorOr<T> readNumber();
   ErrorOr<StringRef> readString();