summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-06-19 16:03:04 (GMT)
committerBrad King <brad.king@kitware.com>2001-06-19 16:03:04 (GMT)
commit873c9e78404c6e36e19498e4c29a7e868627fc87 (patch)
treec3ec2c66dfae9b7b53fb601e7c07b23d36538e58 /Source/cmCommands.cxx
parentb4339eba05f563801ac5d3ef20ffb1b5e59bb61f (diff)
downloadCMake-873c9e78404c6e36e19498e4c29a7e868627fc87.zip
CMake-873c9e78404c6e36e19498e4c29a7e868627fc87.tar.gz
CMake-873c9e78404c6e36e19498e4c29a7e868627fc87.tar.bz2
ENH: Removing old-style cable commands related to the instantiation functionality which has now been removed from cable.
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index c450da3..3df9685 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -14,18 +14,7 @@
#include "cmBuildNameCommand.cxx"
#include "cmBuildSharedLibrariesCommand.cxx"
#include "cmCableClassSetCommand.cxx"
-#include "cmCableCloseNamespaceCommand.cxx"
-#include "cmCableCommand.cxx"
-#include "cmCableData.cxx"
-#include "cmCableDefineSetCommand.cxx"
-#include "cmCableInstantiateClassCommand.cxx"
-#include "cmCableInstantiateCommand.cxx"
-#include "cmCableOpenNamespaceCommand.cxx"
-#include "cmCablePackageCommand.cxx"
-#include "cmCablePackageEntryCommand.cxx"
-#include "cmCableSourceFilesCommand.cxx"
#include "cmCableWrapTclCommand.cxx"
-#include "cmCableWrapCommand.cxx"
#include "cmConfigureFileCommand.cxx"
#include "cmElseCommand.cxx"
#include "cmEnableTestingCommand.cxx"
@@ -75,15 +64,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmBuildNameCommand);
commands.push_back(new cmBuildSharedLibrariesCommand);
commands.push_back(new cmCableClassSetCommand);
- commands.push_back(new cmCableCloseNamespaceCommand);
- commands.push_back(new cmCableDefineSetCommand);
- commands.push_back(new cmCableInstantiateCommand);
- commands.push_back(new cmCableInstantiateClassCommand);
- commands.push_back(new cmCableOpenNamespaceCommand);
- commands.push_back(new cmCablePackageCommand);
- commands.push_back(new cmCableSourceFilesCommand);
commands.push_back(new cmCableWrapTclCommand);
- commands.push_back(new cmCableWrapCommand);
commands.push_back(new cmConfigureFileCommand);
commands.push_back(new cmElseCommand);
commands.push_back(new cmEnableTestingCommand);