summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-08-18 18:17:32 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-08-18 18:17:32 +0000
commit3bc6e602f71dd2a184d9b0603924097d2a95c242 (patch)
tree9cdeb71f00ea5478239246a28e19d5dd5456bd38 /include
parent2166e87fecbdb2307d90db2120b7431acb49f362 (diff)
Inline function into only use.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Basic/SourceLocation.h1
1 files changed, 0 insertions, 1 deletions
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.