Skip to content

Commit

Permalink
Remove debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Dec 27, 2016
1 parent fdfc5fa commit 6ac7740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ClangIndexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,6 @@ bool ClangIndexer::visit()
for (const CXCursor &spec : mTemplateSpecializations) {
CXCursor body = RTags::findChild(spec, CXCursor_CompoundStmt);
clang_visitChildren(body, [](CXCursor cursor, CXCursor, CXClientData userData) {
error() << "visit" << cursor;
ClangIndexer *indexer = reinterpret_cast<ClangIndexer*>(userData);
(void)userData;
const CXCursorKind kind = clang_getCursorKind(cursor);
Expand Down

0 comments on commit 6ac7740

Please sign in to comment.