Commit 23bc555e authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Bug 736023 - [PATCH] Remove not needed variable initialization in src/cite.cpp

parent 68c063cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -303,7 +303,6 @@ void CiteDict::generatePage() const
  thisDir.remove(citeListFile);
  thisDir.remove(doxygenBstFile);
  thisDir.remove(bib2xhtmlFile);
  bibdata = citeDataList.first();
  // we might try to remove too many files as empty files didn't get a coresponding new file
  // but the remove function does not emit an error for it and we don't catch the error return
  // so no problem.