diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-12 13:40:36 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-12 13:40:36 (GMT) |
commit | e9c163762ef6ff298c40a5ee3eeeb45866b7fd9b (patch) | |
tree | dfc8b710c3ff859447a45dca636918fb3eeaa684 /Source/cmCTest.h | |
parent | 3ca8c8d94637d03728ff259393bbffca6aba6037 (diff) | |
download | CMake-e9c163762ef6ff298c40a5ee3eeeb45866b7fd9b.zip CMake-e9c163762ef6ff298c40a5ee3eeeb45866b7fd9b.tar.gz CMake-e9c163762ef6ff298c40a5ee3eeeb45866b7fd9b.tar.bz2 |
STYLE: remove argument bool fast, it was unused
Alex
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 298f5a0..99ccf0a 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -301,8 +301,7 @@ public: SetOfStrings* GetSubmitFiles() { return &this->SubmitFiles; } //! Read the custom configuration files and apply them to the current ctest - int ReadCustomConfigurationFileTree(const char* dir, cmMakefile* mf, - bool fast = false); + int ReadCustomConfigurationFileTree(const char* dir, cmMakefile* mf); std::vector<cmStdString> &GetInitialCommandLineArguments() { return this->InitialCommandLineArguments; }; |