Remove unused variable url.

This commit is contained in:
Matthieu Gautier 2019-02-07 15:20:18 +01:00
parent ab94ac0ee8
commit 432f9c30a3
1 changed files with 0 additions and 2 deletions

View File

@ -241,8 +241,6 @@ Entry Reader::getMainPage() const
throw NoEntry();
}
string url = "";
zim::Article article;
if (this->zimFileHandler->getFileheader().hasMainPage())
{