From: Peter Collingbourne Date: Thu, 8 Dec 2016 00:27:37 +0000 (+0000) Subject: LTO: Remove the unused Config::Features field. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43b343e84489257780c84a2f30297ff741eb832b;p=llvm LTO: Remove the unused Config::Features field. We are currently initializing Features via MAttrs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289007 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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_;