From d21cde6fe3dd208c46d6e96910aaffcc312a5210 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 20 Jan 2019 22:16:07 +0100 Subject: [PATCH] Remove unused variable in testFilePath() --- tests/testutils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testutils.cpp b/tests/testutils.cpp index a7d55bc..d8f6fbc 100644 --- a/tests/testutils.cpp +++ b/tests/testutils.cpp @@ -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()) {