diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-09-23 19:02:10 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-09-23 19:02:10 (GMT) |
commit | 23bc555e5483baa6c1a3d0c1ad346bb37348b31b (patch) | |
tree | f6aa5b3db9140cc9fa9685dccff2913395be36e4 | |
parent | 68c063cbffc38c1528dd86232a8b8642fae26b1b (diff) | |
download | Doxygen-23bc555e5483baa6c1a3d0c1ad346bb37348b31b.zip Doxygen-23bc555e5483baa6c1a3d0c1ad346bb37348b31b.tar.gz Doxygen-23bc555e5483baa6c1a3d0c1ad346bb37348b31b.tar.bz2 |
Bug 736023 - [PATCH] Remove not needed variable initialization in src/cite.cpp
-rw-r--r-- | src/cite.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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. |