summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestReadCustomFilesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestReadCustomFilesCommand.h')
-rw-r--r--Source/CTest/cmCTestReadCustomFilesCommand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestReadCustomFilesCommand.h b/Source/CTest/cmCTestReadCustomFilesCommand.h
index 29eba90..53610ba 100644
--- a/Source/CTest/cmCTestReadCustomFilesCommand.h
+++ b/Source/CTest/cmCTestReadCustomFilesCommand.h
@@ -46,8 +46,6 @@ public:
* The name of the command as specified in CMakeList.txt.
*/
std::string GetName() const CM_OVERRIDE { return "ctest_read_custom_files"; }
-
- cmTypeMacro(cmCTestReadCustomFilesCommand, cmCTestCommand);
};
#endif