summaryrefslogtreecommitdiffstats
path: root/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-08 15:36:55 +0000
committered <ed@FreeBSD.org>2009-06-08 15:36:55 +0000
commit6514d87c1aa5b544d02c3822fe41217e2051673d (patch)
tree7ab9fa5634c95f5df8575db81b24ea5586e65b28 /lib/Basic/SourceManager.cpp
parent2ae812c77b393190175c91233c3348f526ddab1b (diff)
downloadFreeBSD-src-6514d87c1aa5b544d02c3822fe41217e2051673d.zip
FreeBSD-src-6514d87c1aa5b544d02c3822fe41217e2051673d.tar.gz
Import Clang r73070.
Diffstat (limited to 'lib/Basic/SourceManager.cpp')
-rw-r--r--lib/Basic/SourceManager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Basic/SourceManager.cpp b/lib/Basic/SourceManager.cpp
index 7d2d0ae..ed5eb46 100644
--- a/lib/Basic/SourceManager.cpp
+++ b/lib/Basic/SourceManager.cpp
@@ -347,9 +347,6 @@ FileID SourceManager::createFileID(const ContentCache *File,
SrcMgr::CharacteristicKind FileCharacter,
unsigned PreallocatedID,
unsigned Offset) {
- SLocEntry NewEntry = SLocEntry::get(NextOffset,
- FileInfo::get(IncludePos, File,
- FileCharacter));
if (PreallocatedID) {
// If we're filling in a preallocated ID, just load in the file
// entry and return.
OpenPOWER on IntegriCloud