ENH: remove unused variable
This commit is contained in:
parent
94f6dfb8a6
commit
7eab2e4235
|
@ -81,7 +81,6 @@ int main(int ac, char *av[])
|
||||||
int i, NumTests, testNum, partial_match;
|
int i, NumTests, testNum, partial_match;
|
||||||
char *arg, *test_name;
|
char *arg, *test_name;
|
||||||
int count;
|
int count;
|
||||||
int result;
|
|
||||||
int testToRun = -1;
|
int testToRun = -1;
|
||||||
|
|
||||||
@CMAKE_TESTDRIVER_ARGVC_FUNCTION@
|
@CMAKE_TESTDRIVER_ARGVC_FUNCTION@
|
||||||
|
|
Loading…
Reference in New Issue