From 3deabca934c6b8d2dfa11eb37c1f1b4b82560c26 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 3 Nov 2009 05:11:39 +0000 Subject: pr5371 likely has nothing to do with this. llvm-svn: 85862 --- clang/lib/Basic/SourceManager.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/Basic/SourceManager.cpp') diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp index f8e05e49625..962cb4c42a8 100644 --- a/clang/lib/Basic/SourceManager.cpp +++ b/clang/lib/Basic/SourceManager.cpp @@ -52,7 +52,6 @@ const llvm::MemoryBuffer *ContentCache::getBuffer() const { if (!Buffer && Entry) { // FIXME: Should we support a way to not have to do this check over // and over if we cannot open the file? - // Yes, PR5371. Buffer = MemoryBuffer::getFile(Entry->getName(), 0, Entry->getSize()); if (isTruncated()) const_cast(this)->truncateAt(TruncateAtLine, -- cgit v1.2.3