diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-30 15:36:01 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-30 15:36:01 (GMT) |
commit | 7eab2e4235374bbcc035a375af3bb2827c54a425 (patch) | |
tree | 9bf453ed240c5fa5a0efc869221e7a950a6a70ba /Templates | |
parent | 94f6dfb8a62ed32623ee53a65b7616b287180538 (diff) | |
download | CMake-7eab2e4235374bbcc035a375af3bb2827c54a425.zip CMake-7eab2e4235374bbcc035a375af3bb2827c54a425.tar.gz CMake-7eab2e4235374bbcc035a375af3bb2827c54a425.tar.bz2 |
ENH: remove unused variable
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/TestDriver.cxx.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Templates/TestDriver.cxx.in b/Templates/TestDriver.cxx.in index 6a3839f..0f0a833 100644 --- a/Templates/TestDriver.cxx.in +++ b/Templates/TestDriver.cxx.in @@ -81,7 +81,6 @@ int main(int ac, char *av[]) int i, NumTests, testNum, partial_match; char *arg, *test_name; int count; - int result; int testToRun = -1; @CMAKE_TESTDRIVER_ARGVC_FUNCTION@ |