From 3bc6e602f71dd2a184d9b0603924097d2a95c242 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 18 Aug 2014 18:17:32 +0000 Subject: Inline function into only use. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215925 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/SourceLocation.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/clang/Basic/SourceLocation.h') diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h index a4e53f9c60..7aaee1df22 100644 --- a/include/clang/Basic/SourceLocation.h +++ b/include/clang/Basic/SourceLocation.h @@ -292,7 +292,6 @@ public: const char *getCharacterData(bool *Invalid = nullptr) const; - const llvm::MemoryBuffer* getBuffer(bool *Invalid = nullptr) const; /// \brief Return a StringRef to the source buffer data for the /// specified FileID. -- cgit v1.2.1