summaryrefslogtreecommitdiff
path: root/Source/cmExecutionStatus.h
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-08-06 10:05:27 +0200
committerRegina Pfeifer <regina@mailbox.org>2019-08-06 10:05:27 +0200
commit5558070d5265c9a8c15efb64787eaadbd3adb60f (patch)
treebe8aa5d867308866191000701782a00082f73d39 /Source/cmExecutionStatus.h
parent2327cc0e0575175e8dec4b7a6fa6cafd5d0f7ca9 (diff)
downloadcmake-5558070d5265c9a8c15efb64787eaadbd3adb60f.tar.gz
cmExecutionStatus: Remove function Clear
Diffstat (limited to 'Source/cmExecutionStatus.h')
-rw-r--r--Source/cmExecutionStatus.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmExecutionStatus.h b/Source/cmExecutionStatus.h
index bcacc2f1ed..654922c731 100644
--- a/Source/cmExecutionStatus.h
+++ b/Source/cmExecutionStatus.h
@@ -22,15 +22,6 @@ public:
{
}
- void Clear()
- {
- this->Error = "unknown error.";
- this->ReturnInvoked = false;
- this->BreakInvoked = false;
- this->ContinueInvoked = false;
- this->NestedError = false;
- }
-
cmMakefile& GetMakefile() { return this->Makefile; }
void SetError(std::string const& e) { this->Error = e; }