Commit 561a996c authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 736027 - [PATCH] Remove not needed local variable in src/doxygen.cpp

parent 3026131d
......@@ -1315,7 +1315,7 @@ static void addClassToContext(EntryNav *rootNav)
{
tagName = tagInfo->tagName;
refFileName = tagInfo->fileName;
if ((i=fullName.find("::"))!=-1)
if (fullName.find("::")!=-1)
// symbols imported via tag files may come without the parent scope,
// so we artificially create it here
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment