summaryrefslogtreecommitdiff
path: root/ELF/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/Driver.h')
-rw-r--r--ELF/Driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ELF/Driver.h b/ELF/Driver.h
index 6a75a8942ca04..58bd2ab521951 100644
--- a/ELF/Driver.h
+++ b/ELF/Driver.h
@@ -31,7 +31,6 @@ public:
void addLibrary(StringRef Name);
private:
- std::vector<MemoryBufferRef> getArchiveMembers(MemoryBufferRef MB);
void readConfigs(llvm::opt::InputArgList &Args);
void createFiles(llvm::opt::InputArgList &Args);
void inferMachineType();