1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[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
This commit is contained in:
Igor Kudrin 2020-10-15 20:51:02 +07:00
parent 12e6efee22
commit dd535e35aa

View File

@ -48,8 +48,6 @@ private:
std::string LinkerOpts;
std::string DependentLibraries;
std::unique_ptr<Module> Mod;
MemoryBufferRef MBRef;
ModuleSymbolTable SymTab;