Fix Cppcheck warning about unused variable

This commit is contained in:
Daniel Marjamäki 2019-02-01 07:01:08 +01:00
parent d08aa666f6
commit a878f90299
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ private:
std::istringstream istr(xml);
Settings s;
TestImporter project;
std::vector<std::string> pathNames;
ASSERT_EQUALS(true, project.importCppcheckGuiProject(istr, &s));
ASSERT_EQUALS(1, project.guiProject.pathNames.size());
ASSERT_EQUALS("cli/", project.guiProject.pathNames[0]);