summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Driver.h')
-rw-r--r--lld/ELF/Driver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/ELF/Driver.h b/lld/ELF/Driver.h
index 99e194d9b66..81d7f608e58 100644
--- a/lld/ELF/Driver.h
+++ b/lld/ELF/Driver.h
@@ -42,9 +42,6 @@ private:
// True if we are in --start-lib and --end-lib.
bool InLib = false;
- // True if we are in -format=binary and -format=elf.
- bool InBinary = false;
-
std::vector<InputFile *> Files;
};
OpenPOWER on IntegriCloud