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

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

parent 3026131d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
      {