summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index cdbd665..92a02c3 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -57,8 +57,6 @@ public:
/** Representation of one part. */
struct PartInfo
{
- PartInfo() = default;
-
void SetName(const std::string& name) { this->Name = name; }
const std::string& GetName() const { return this->Name; }