summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestSleepCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestSleepCommand.h')
-rw-r--r--Source/CTest/cmCTestSleepCommand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/CTest/cmCTestSleepCommand.h b/Source/CTest/cmCTestSleepCommand.h
index b144012855..1052f76d55 100644
--- a/Source/CTest/cmCTestSleepCommand.h
+++ b/Source/CTest/cmCTestSleepCommand.h
@@ -6,7 +6,6 @@
#include <cmConfigure.h>
#include "cmCTestCommand.h"
-#include "cmTypeMacro.h"
#include <string>
#include <vector>
@@ -47,8 +46,6 @@ public:
* The name of the command as specified in CMakeList.txt.
*/
std::string GetName() const CM_OVERRIDE { return "ctest_sleep"; }
-
- cmTypeMacro(cmCTestSleepCommand, cmCTestCommand);
};
#endif