summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Config.h
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2018-01-08 21:14:51 +0000
committerShoaib Meenai <smeenai@fb.com>2018-01-08 21:14:51 +0000
commit7e3e28f9689b5c9fd799c29ebe10fdee5a399fe2 (patch)
tree77cc9910e2b946e7be8b15a292d7b91c1e78ad65 /lld/COFF/Config.h
parent92fe563b57ec3430516d361edd07a5e5440c4101 (diff)
downloadbcm5719-llvm-7e3e28f9689b5c9fd799c29ebe10fdee5a399fe2.tar.gz
bcm5719-llvm-7e3e28f9689b5c9fd799c29ebe10fdee5a399fe2.zip
[COFF] Delete CanExitEarly
It was being set but never used, and its value is only ever needed locally in lld::coff::link. Differential Revision: https://reviews.llvm.org/D41814 llvm-svn: 322026
Diffstat (limited to 'lld/COFF/Config.h')
-rw-r--r--lld/COFF/Config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/COFF/Config.h b/lld/COFF/Config.h
index 93bef23a97f..84416bb067f 100644
--- a/lld/COFF/Config.h
+++ b/lld/COFF/Config.h
@@ -164,7 +164,6 @@ struct Configuration {
uint32_t MinorImageVersion = 0;
uint32_t MajorOSVersion = 6;
uint32_t MinorOSVersion = 0;
- bool CanExitEarly = false;
bool DynamicBase = true;
bool AllowBind = true;
bool NxCompat = true;
OpenPOWER on IntegriCloud