From db15713f057ad4896eab07f847870f5ab42f8be1 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 4 Jun 2013 02:50:10 +0200 Subject: [PATCH] Remove unused cmAddDefinitionsCommand::ParseDefinition method. --- Source/cmAddDefinitionsCommand.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmAddDefinitionsCommand.h b/Source/cmAddDefinitionsCommand.h index 6705d116e..ff2c4a038 100644 --- a/Source/cmAddDefinitionsCommand.h +++ b/Source/cmAddDefinitionsCommand.h @@ -73,8 +73,6 @@ public: } cmTypeMacro(cmAddDefinitionsCommand, cmCommand); -private: - bool ParseDefinition(std::string const& def); };