From: Igor Kudrin Date: Thu, 15 Oct 2020 13:51:02 +0000 (+0700) Subject: [LTO][Legacy] Eliminate an unused member of llvm::LTOModule. NFC. X-Git-Tag: llvmorg-13-init~8771 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1329944c221ce2187acd30920dde8d443f8dac19;p=platform%2Fupstream%2Fllvm.git [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 --- 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;