From 9855ebf11a1556bd0b73a1eaec39232842871528 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sun, 23 Oct 2016 00:45:08 +0200 Subject: Make cmCommand not inherit from cmObject --- Source/cmIncludeCommand.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/cmIncludeCommand.h') diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h index 7ff7b9d798..9065ef7b82 100644 --- a/Source/cmIncludeCommand.h +++ b/Source/cmIncludeCommand.h @@ -35,8 +35,6 @@ public: * The name of the command as specified in CMakeList.txt. */ std::string GetName() const CM_OVERRIDE { return "include"; } - - cmTypeMacro(cmIncludeCommand, cmCommand); }; #endif -- cgit v1.2.1