diff options
Diffstat (limited to 'Source/cmProjectCommand.h')
-rw-r--r-- | Source/cmProjectCommand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmProjectCommand.h b/Source/cmProjectCommand.h index c9c2549..ef554f3 100644 --- a/Source/cmProjectCommand.h +++ b/Source/cmProjectCommand.h @@ -32,8 +32,6 @@ public: * The name of the command as specified in CMakeList.txt. */ std::string GetName() const CM_OVERRIDE { return "project"; } - - cmTypeMacro(cmProjectCommand, cmCommand); }; #endif |