Oops. Un-publicify SrcMgr::ContentCache::Buffer.

llvm-svn: 61790
This commit is contained in:
Douglas Gregor 2009-01-06 05:11:04 +00:00
parent c7acfdfe9a
commit 7db908614c
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ namespace SrcMgr {
/// ContentCache - Once instance of this struct is kept for every file
/// loaded or used. This object owns the MemoryBuffer object.
class ContentCache {
public:
/// Buffer - The actual buffer containing the characters from the input
/// file. This is owned by the ContentCache object.
const llvm::MemoryBuffer* Buffer;