diff options
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 70ceb36..a2387c3 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -64,7 +64,6 @@ std::string ctest::FindExecutable(const char *exe) { return fullPath; } - std::string tried = dir; dir += "/"; dir += m_ConfigType; dir += "/"; |