diff options
Diffstat (limited to 'llvm/lib/AsmParser/LLLexer.cpp')
-rw-r--r-- | llvm/lib/AsmParser/LLLexer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp index 04dcd2b3152..4a03440caaa 100644 --- a/llvm/lib/AsmParser/LLLexer.cpp +++ b/llvm/lib/AsmParser/LLLexer.cpp @@ -167,10 +167,6 @@ LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err, CurPtr = CurBuf->getBufferStart(); } -std::string LLLexer::getFilename() const { - return CurBuf->getBufferIdentifier(); -} - int LLLexer::getNextChar() { char CurChar = *CurPtr++; switch (CurChar) { |