Merge topic 'cleanups'

9efe359 Add some spaces to the INCLUDE_DIRECTORIES documentation.
db15713 Remove unused cmAddDefinitionsCommand::ParseDefinition method.
This commit is contained in:
Brad King 2013-06-05 09:39:12 -04:00 committed by CMake Topic Stage
commit 2cd8a6a3c6
2 changed files with 6 additions and 8 deletions

View File

@ -73,8 +73,6 @@ public:
}
cmTypeMacro(cmAddDefinitionsCommand, cmCommand);
private:
bool ParseDefinition(std::string const& def);
};