summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-12 13:40:36 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-12 13:40:36 (GMT)
commite9c163762ef6ff298c40a5ee3eeeb45866b7fd9b (patch)
treedfc8b710c3ff859447a45dca636918fb3eeaa684 /Source/cmCTest.h
parent3ca8c8d94637d03728ff259393bbffca6aba6037 (diff)
downloadCMake-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.h3
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; };