summaryrefslogtreecommitdiffstats
path: root/Source/cmCustomCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCustomCommand.cxx')
-rw-r--r--Source/cmCustomCommand.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmCustomCommand.cxx b/Source/cmCustomCommand.cxx
index 8d794f7..d677798 100644
--- a/Source/cmCustomCommand.cxx
+++ b/Source/cmCustomCommand.cxx
@@ -19,7 +19,6 @@
//----------------------------------------------------------------------------
cmCustomCommand::cmCustomCommand()
{
- m_Used = false;
}
//----------------------------------------------------------------------------
@@ -29,7 +28,6 @@ cmCustomCommand::cmCustomCommand(const cmCustomCommand& r):
m_CommandLines(r.m_CommandLines),
m_Comment(r.m_Comment)
{
- m_Used = false;
}
//----------------------------------------------------------------------------
@@ -42,7 +40,6 @@ cmCustomCommand::cmCustomCommand(const char* output,
m_CommandLines(commandLines),
m_Comment(comment?comment:"")
{
- m_Used = false;
}
//----------------------------------------------------------------------------