diff options
author | vvs31415 <vvs31415@users.noreply.github.com> | 2020-09-05 17:00:00 (GMT) |
---|---|---|
committer | vvs31415 <vvs31415@users.noreply.github.com> | 2020-09-08 16:19:34 (GMT) |
commit | dae5fe8b8fcbbeb89f6723f970dda3acf43147be (patch) | |
tree | e08488212dc0e551762612477f29461d92563376 /Source/cmExpandedCommandArgument.cxx | |
parent | 503d0f80e1ccafa8352145b1a733dd41751dcd7f (diff) | |
download | CMake-dae5fe8b8fcbbeb89f6723f970dda3acf43147be.zip CMake-dae5fe8b8fcbbeb89f6723f970dda3acf43147be.tar.gz CMake-dae5fe8b8fcbbeb89f6723f970dda3acf43147be.tar.bz2 |
cmConditionEvaluator: More use of cmProp
Diffstat (limited to 'Source/cmExpandedCommandArgument.cxx')
-rw-r--r-- | Source/cmExpandedCommandArgument.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmExpandedCommandArgument.cxx b/Source/cmExpandedCommandArgument.cxx index 43f648b..1f14fc4 100644 --- a/Source/cmExpandedCommandArgument.cxx +++ b/Source/cmExpandedCommandArgument.cxx @@ -37,8 +37,3 @@ bool cmExpandedCommandArgument::empty() const { return this->Value.empty(); } - -const char* cmExpandedCommandArgument::c_str() const -{ - return this->Value.c_str(); -} |