diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-06-04 00:50:10 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-06-04 10:00:32 (GMT) |
commit | db15713f057ad4896eab07f847870f5ab42f8be1 (patch) | |
tree | ccef3401fe8a3026aaf6fe5ccb04e717056e8e94 /Source/cmAddDefinitionsCommand.h | |
parent | 00c3840cc8c36adea76c6e833a9e2069645aec8a (diff) | |
download | CMake-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.h | 2 |
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); }; |