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

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

parent 68c063cb
......@@ -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.
......
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