From 43b343e84489257780c84a2f30297ff741eb832b Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 8 Dec 2016 00:27:37 +0000 Subject: [PATCH] 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 --- include/llvm/LTO/Config.h | 1 - 1 file changed, 1 deletion(-) 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_; -- 2.50.1