diff options
Diffstat (limited to 'Source/cmEndMacroCommand.cxx')
-rw-r--r-- | Source/cmEndMacroCommand.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/cmEndMacroCommand.cxx b/Source/cmEndMacroCommand.cxx deleted file mode 100644 index 6429d7c..0000000 --- a/Source/cmEndMacroCommand.cxx +++ /dev/null @@ -1,14 +0,0 @@ -/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying - file Copyright.txt or https://cmake.org/licensing for details. */ -#include "cmEndMacroCommand.h" - -class cmExecutionStatus; - -bool cmEndMacroCommand::InitialPass(std::vector<std::string> const&, - cmExecutionStatus&) -{ - this->SetError("An ENDMACRO command was found outside of a proper " - "MACRO ENDMACRO structure. Or its arguments did not " - "match the opening MACRO command."); - return false; -} |