From 1329944c221ce2187acd30920dde8d443f8dac19 Mon Sep 17 00:00:00 2001 From: Igor Kudrin Date: Thu, 15 Oct 2020 20:51:02 +0700 Subject: [PATCH] [LTO][Legacy] Eliminate an unused member of llvm::LTOModule. NFC. This is a follow-up for D62935 where the corresponding API methods were removed. Differential Revision: https://reviews.llvm.org/D89472 --- llvm/include/llvm/LTO/legacy/LTOModule.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/include/llvm/LTO/legacy/LTOModule.h b/llvm/include/llvm/LTO/legacy/LTOModule.h index 998a455..310447d 100644 --- a/llvm/include/llvm/LTO/legacy/LTOModule.h +++ b/llvm/include/llvm/LTO/legacy/LTOModule.h @@ -48,8 +48,6 @@ private: std::string LinkerOpts; - std::string DependentLibraries; - std::unique_ptr Mod; MemoryBufferRef MBRef; ModuleSymbolTable SymTab; -- 2.7.4