From 23bc555e5483baa6c1a3d0c1ad346bb37348b31b Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Tue, 23 Sep 2014 21:02:10 +0200 Subject: Bug 736023 - [PATCH] Remove not needed variable initialization in src/cite.cpp --- src/cite.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cite.cpp b/src/cite.cpp index d128fa8..fb96c7a 100644 --- a/src/cite.cpp +++ b/src/cite.cpp @@ -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. -- cgit v0.12