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.h | |
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.h')
-rw-r--r-- | Source/cmExpandedCommandArgument.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExpandedCommandArgument.h b/Source/cmExpandedCommandArgument.h index 50a17a8..1ff6ed1 100644 --- a/Source/cmExpandedCommandArgument.h +++ b/Source/cmExpandedCommandArgument.h @@ -28,8 +28,6 @@ public: bool empty() const; - const char* c_str() const; - private: std::string Value; bool Quoted = false; |