mirror of https://github.com/kiwix/libkiwix.git
Remove unused variable url.
This commit is contained in:
parent
ab94ac0ee8
commit
432f9c30a3
|
@ -241,8 +241,6 @@ Entry Reader::getMainPage() const
|
|||
throw NoEntry();
|
||||
}
|
||||
|
||||
string url = "";
|
||||
|
||||
zim::Article article;
|
||||
if (this->zimFileHandler->getFileheader().hasMainPage())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue