mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
cmConditionEvaluator: More use of cmProp
This commit is contained in:
@@ -37,8 +37,3 @@ bool cmExpandedCommandArgument::empty() const
|
||||
{
|
||||
return this->Value.empty();
|
||||
}
|
||||
|
||||
const char* cmExpandedCommandArgument::c_str() const
|
||||
{
|
||||
return this->Value.c_str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user