diff options
Diffstat (limited to 'llvm/lib/AsmParser/LLLexer.h')
-rw-r--r-- | llvm/lib/AsmParser/LLLexer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/AsmParser/LLLexer.h b/llvm/lib/AsmParser/LLLexer.h index cdb726908cd..683939fe62d 100644 --- a/llvm/lib/AsmParser/LLLexer.h +++ b/llvm/lib/AsmParser/LLLexer.h @@ -67,8 +67,6 @@ namespace llvm { void Warning(LocTy WarningLoc, const Twine &Msg) const; void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } - std::string getFilename() const; - private: lltok::Kind LexToken(); |