diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2017-10-11 23:39:04 (GMT) |
---|---|---|
committer | Betsy McPhail <betsy.mcphail@kitware.com> | 2017-11-07 19:15:20 (GMT) |
commit | e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524 (patch) | |
tree | 7bfd8f6cabd17b6a28e4d2278af18eedadea3c8b /Source/cmCTest.h | |
parent | a7347c022eb67272eea7dca5a58d0b94806b7d95 (diff) | |
download | CMake-e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524.zip CMake-e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524.tar.gz CMake-e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524.tar.bz2 |
cmCTest: Remove dead code
The option 'ctest-config' is ignored.
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index dbd67dc..a2d6fc3 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -487,7 +487,6 @@ private: /** Map of configuration properties */ typedef std::map<std::string, std::string> CTestConfigurationMap; - std::string CTestConfigFile; // TODO: The ctest configuration should be a hierarchy of // configuration option sources: command-line, script, ini file. // Then the ini file can get re-loaded whenever it changes without |