diff options
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index e88cadc..80c4476 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -1104,8 +1104,6 @@ void ctest::ProcessDirectory(std::vector<std::string> &passed, int firstTest = 1; long line = 0; - std::string name; - std::vector<std::string> args; cmRegularExpression ireg(this->m_IncludeRegExp.c_str()); cmRegularExpression ereg(this->m_ExcludeRegExp.c_str()); cmRegularExpression dartStuff("([\t\n ]*<DartMeasurement.*/DartMeasurement[a-zA-Z]*>[\t ]*[\n]*)"); |