summaryrefslogtreecommitdiff
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-11-28 00:10:14 +0100
committerRegina Pfeifer <regina@mailbox.org>2018-11-29 00:29:13 +0100
commit9501a6145dfc5d3905d6b241d6599806ec40fd38 (patch)
tree5e93bd74070d68adacee9cc162dff57df7f482ed /Source/cmCTest.h
parente184603378e85046fb6e4d627f47e9853577486e (diff)
downloadcmake-9501a6145dfc5d3905d6b241d6599806ec40fd38.tar.gz
CTest: Remove special case for Dart version <= 1
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 9139e42fe1..7da0e1d126 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -418,10 +418,6 @@ public:
/** Get color code characters for a specific color */
std::string GetColorCode(Color color) const;
- /** Get the version of dart server */
- int GetDartVersion() { return this->DartVersion; }
- int GetDropSiteCDash() { return this->DropSiteCDash; }
-
/** The Build ID is assigned by CDash */
void SetBuildID(const std::string& id) { this->BuildID = id; }
std::string GetBuildID() { return this->BuildID; }
@@ -633,9 +629,6 @@ private:
bool ShowLineNumbers;
bool Quiet;
- int DartVersion;
- bool DropSiteCDash;
-
std::string BuildID;
std::vector<std::string> InitialCommandLineArguments;