Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Feb 24, 2015
1 parent 3d0ace2 commit 85bc1dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RTagsClang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ CXCursor resolveAutoTypeRef(const CXCursor &cursor)
clang_visitChildren(cursor, resolveAutoTypeRefVisitor, &userData);
if (userData.followedRef)
return userData.ref;
}
return clang_getNullCursor();
}

Expand Down

0 comments on commit 85bc1dc

Please sign in to comment.