diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2021-09-18 09:07:48 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2021-09-19 17:11:07 (GMT) |
commit | 3a1e6f5f59a38ecbaf8f1dcc8872324a73687f02 (patch) | |
tree | c98b106bec9f45b5e9f71201a89968c0cf164f3a /Source/cmProperty.h | |
parent | dffa3f485ce5a2336a7fd06c94522e53b0cab37e (diff) | |
download | CMake-3a1e6f5f59a38ecbaf8f1dcc8872324a73687f02.zip CMake-3a1e6f5f59a38ecbaf8f1dcc8872324a73687f02.tar.gz CMake-3a1e6f5f59a38ecbaf8f1dcc8872324a73687f02.tar.bz2 |
remove cmToCStr function
Diffstat (limited to 'Source/cmProperty.h')
-rw-r--r-- | Source/cmProperty.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmProperty.h b/Source/cmProperty.h index 4179187..9d83df4 100644 --- a/Source/cmProperty.h +++ b/Source/cmProperty.h @@ -229,11 +229,3 @@ inline bool operator>=(cmProp l, std::nullptr_t) noexcept { return l.Compare(cmProp{}) >= 0; } - -/** - * Temporary wrapper - */ -inline const char* cmToCStr(cmProp p) -{ - return p.GetCStr(); -} |