summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-12-15 20:50:25 +0000
committerVitaly Buka <vitalybuka@google.com>2017-12-15 20:50:25 +0000
commitaaef0e44b9374a4aa7d35c813a7d891c145a05a4 (patch)
tree245c3dd27280510be19b49ba4c4c3dc62c48baa8 /include
parentd154dd9bb436fc8f71b0f8dba6b2e0059c0357bc (diff)
[LTO] Remove unused RegularLTOState::HasModule
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/LTO/LTO.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/LTO/LTO.h b/include/llvm/LTO/LTO.h
index f784d499743..866783511bb 100644
--- a/include/llvm/LTO/LTO.h
+++ b/include/llvm/LTO/LTO.h
@@ -279,7 +279,6 @@ private:
unsigned ParallelCodeGenParallelismLevel;
LTOLLVMContext Ctx;
- bool HasModule = false;
std::unique_ptr<Module> CombinedModule;
std::unique_ptr<IRMover> Mover;