diff --git a/include/llvm/LTO/Config.h b/include/llvm/LTO/Config.h index 239ea878e98..72bdf68d0b4 100644 --- a/include/llvm/LTO/Config.h +++ b/include/llvm/LTO/Config.h @@ -34,7 +34,6 @@ namespace lto { /// structure and passing it to the lto::LTO constructor. struct Config { std::string CPU; - std::string Features; TargetOptions Options; std::vector MAttrs; Reloc::Model RelocModel = Reloc::PIC_;