diff options
| author | Rui Ueyama <ruiu@google.com> | 2017-05-02 22:42:24 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2017-05-02 22:42:24 +0000 |
| commit | 9decbfee32cd1ff8538cbb97e1ec4d7ee7cb577e (patch) | |
| tree | 6f2cbce091c00984f1662a3adfdee40a5df45e96 | |
| parent | ee4930b6886d713778fff4de3948946c7658d9d9 (diff) | |
| download | bcm5719-llvm-9decbfee32cd1ff8538cbb97e1ec4d7ee7cb577e.tar.gz bcm5719-llvm-9decbfee32cd1ff8538cbb97e1ec4d7ee7cb577e.zip | |
Remove a dead function declaration.
llvm-svn: 301982
| -rw-r--r-- | lld/ELF/Driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/Driver.h b/lld/ELF/Driver.h index 58bd2ab5219..af88341632f 100644 --- a/lld/ELF/Driver.h +++ b/lld/ELF/Driver.h @@ -64,8 +64,6 @@ enum { }; void printHelp(const char *Argv0); -std::vector<uint8_t> parseHexstring(StringRef S); - std::string createResponseFile(const llvm::opt::InputArgList &Args); llvm::Optional<std::string> findFromSearchPaths(StringRef Path); |

