summaryrefslogtreecommitdiffstats
path: root/Source/cmAddDefinitionsCommand.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-06-04 00:50:10 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-06-04 10:00:32 (GMT)
commitdb15713f057ad4896eab07f847870f5ab42f8be1 (patch)
treeccef3401fe8a3026aaf6fe5ccb04e717056e8e94 /Source/cmAddDefinitionsCommand.h
parent00c3840cc8c36adea76c6e833a9e2069645aec8a (diff)
downloadCMake-db15713f057ad4896eab07f847870f5ab42f8be1.zip
CMake-db15713f057ad4896eab07f847870f5ab42f8be1.tar.gz
CMake-db15713f057ad4896eab07f847870f5ab42f8be1.tar.bz2
Remove unused cmAddDefinitionsCommand::ParseDefinition method.
Diffstat (limited to 'Source/cmAddDefinitionsCommand.h')
-rw-r--r--Source/cmAddDefinitionsCommand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmAddDefinitionsCommand.h b/Source/cmAddDefinitionsCommand.h
index 6705d11..ff2c4a0 100644
--- a/Source/cmAddDefinitionsCommand.h
+++ b/Source/cmAddDefinitionsCommand.h
@@ -73,8 +73,6 @@ public:
}
cmTypeMacro(cmAddDefinitionsCommand, cmCommand);
-private:
- bool ParseDefinition(std::string const& def);
};