summaryrefslogtreecommitdiffstats
path: root/Source/cmCableCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCableCommand.cxx')
-rw-r--r--Source/cmCableCommand.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmCableCommand.cxx b/Source/cmCableCommand.cxx
index 1dbd3f9..df6b6e3 100644
--- a/Source/cmCableCommand.cxx
+++ b/Source/cmCableCommand.cxx
@@ -71,11 +71,4 @@ void cmCableCommand::SetupCableData()
std::string pathName = m_Makefile->GetStartOutputDirectory();
pathName += "/cable_config.xml";
m_CableData = new cmCableData(this, pathName);
-
-// std::vector<std::string> depends;
-// depends.push_back("cable_config.xml");
-// m_Makefile->AddCustomCommand("source_cable_config.xml",
-// "result_file",
-// "cable cable_config.xml",
-// depends);
}