Skip to content

Commit

Permalink
Bug 736023 - [PATCH] Remove not needed variable initialization in src…
Browse files Browse the repository at this point in the history
…/cite.cpp
  • Loading branch information
Dimitri van Heesch committed Sep 23, 2014
1 parent 68c063c commit 23bc555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cite.cpp
Expand Up @@ -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.
Expand Down

0 comments on commit 23bc555

Please sign in to comment.