[LTO][Legacy] Eliminate an unused member of llvm::LTOModule. NFC.
authorIgor Kudrin <ikudrin@accesssoftek.com>
Thu, 15 Oct 2020 13:51:02 +0000 (20:51 +0700)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Tue, 20 Oct 2020 06:32:16 +0000 (13:32 +0700)
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

index 998a455..310447d 100644 (file)
@@ -48,8 +48,6 @@ private:
 
   std::string LinkerOpts;
 
-  std::string DependentLibraries;
-
   std::unique_ptr<Module> Mod;
   MemoryBufferRef MBRef;
   ModuleSymbolTable SymTab;