diff options
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 5c80487..23b9ec4 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -20,7 +20,6 @@ #include "CTest/cmCTestScriptHandler.h" #include "cmsys/Encoding.hxx" -//---------------------------------------------------------------------------- static const char * cmDocumentationName[][2] = { {0, @@ -28,7 +27,6 @@ static const char * cmDocumentationName[][2] = {0,0} }; -//---------------------------------------------------------------------------- static const char * cmDocumentationUsage[][2] = { {0, @@ -36,8 +34,6 @@ static const char * cmDocumentationUsage[][2] = {0,0} }; -//---------------------------------------------------------------------------- -//---------------------------------------------------------------------------- static const char * cmDocumentationOptions[][2] = { {"-C <cfg>, --build-config <cfg>", "Choose configuration to test."}, |