diff options
Diffstat (limited to 'lld/COFF/Driver.h')
-rw-r--r-- | lld/COFF/Driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/COFF/Driver.h b/lld/COFF/Driver.h index 43e80054819..509edb757a6 100644 --- a/lld/COFF/Driver.h +++ b/lld/COFF/Driver.h @@ -53,7 +53,6 @@ public: } private: - ErrorOr<llvm::opt::InputArgList> parse(std::vector<const char *> Argv); std::vector<const char *> tokenize(StringRef S); ErrorOr<std::vector<const char *>> |