NOISSUE fix build

This commit is contained in:
Petr Mrázek 2019-02-19 01:11:54 +01:00
parent 9c82adaee5
commit 0b95d2b03f

View File

@ -32,7 +32,6 @@
namespace { namespace {
QSet<QString> collectPathsFromDir(QString dirPath) QSet<QString> collectPathsFromDir(QString dirPath)
{ {
std::error_code ignoredError;
QFileInfo dirInfo(dirPath); QFileInfo dirInfo(dirPath);
if (!dirInfo.exists()) if (!dirInfo.exists())