cmConditionEvaluator: More use of cmProp

This commit is contained in:
vvs31415
2020-09-05 13:00:00 -04:00
parent 503d0f80e1
commit dae5fe8b8f
4 changed files with 40 additions and 45 deletions
-5
View File
@@ -37,8 +37,3 @@ bool cmExpandedCommandArgument::empty() const
{
return this->Value.empty();
}
const char* cmExpandedCommandArgument::c_str() const
{
return this->Value.c_str();
}