Remove unused variable in testFilePath()

This commit is contained in:
Martchus 2019-01-20 22:16:07 +01:00
parent 8b35d06aa7
commit d21cde6fe3
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ TestApplication::~TestApplication()
string TestApplication::testFilePath(const string &relativeTestFilePath) const
{
string path;
fstream file; // used to check whether the file is present
// check the path specified by command line argument or via environment variable
if (!m_testFilesPath.empty()) {