summaryrefslogtreecommitdiffstats
path: root/Source/cmProperty.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2021-09-18 09:07:48 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2021-09-19 17:11:07 (GMT)
commit3a1e6f5f59a38ecbaf8f1dcc8872324a73687f02 (patch)
treec98b106bec9f45b5e9f71201a89968c0cf164f3a /Source/cmProperty.h
parentdffa3f485ce5a2336a7fd06c94522e53b0cab37e (diff)
downloadCMake-3a1e6f5f59a38ecbaf8f1dcc8872324a73687f02.zip
CMake-3a1e6f5f59a38ecbaf8f1dcc8872324a73687f02.tar.gz
CMake-3a1e6f5f59a38ecbaf8f1dcc8872324a73687f02.tar.bz2
remove cmToCStr function
Diffstat (limited to 'Source/cmProperty.h')
-rw-r--r--Source/cmProperty.h8
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();
-}