diff options
Diffstat (limited to 'tools/libclang/IndexingContext.cpp')
-rw-r--r-- | tools/libclang/IndexingContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libclang/IndexingContext.cpp b/tools/libclang/IndexingContext.cpp index 07c3b4dfb2..b5da6461bc 100644 --- a/tools/libclang/IndexingContext.cpp +++ b/tools/libclang/IndexingContext.cpp @@ -545,7 +545,6 @@ bool IndexingContext::handleCXXRecordDecl(const CXXRecordDecl *RD, bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc) { SourceManager &SM = Ctx->getSourceManager(); - SourceLocation FileLoc = SM.getFileLoc(Loc); D = getEntityDecl(D); std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); |