summaryrefslogtreecommitdiffstats
path: root/Source/cmMakeDirectoryCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakeDirectoryCommand.h')
-rw-r--r--Source/cmMakeDirectoryCommand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakeDirectoryCommand.h b/Source/cmMakeDirectoryCommand.h
index 2117fae..74b4a63 100644
--- a/Source/cmMakeDirectoryCommand.h
+++ b/Source/cmMakeDirectoryCommand.h
@@ -38,8 +38,6 @@ public:
* This determines if the command is invoked when in script mode.
*/
bool IsScriptable() const CM_OVERRIDE { return true; }
-
- cmTypeMacro(cmMakeDirectoryCommand, cmCommand);
};
#endif