summaryrefslogtreecommitdiffstats
path: root/Source/cmState.cxx
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2020-05-30 16:00:00 (GMT)
committerVitaly Stakhovsky <vvs31415@gitlab.org>2020-06-01 12:54:20 (GMT)
commitb36d1bdd9d235af24af401b671ebfa6e8d65e771 (patch)
treede039085b6deb21dfbe9ee7f4fd64a054d9c1352 /Source/cmState.cxx
parent67dd68765700bbd6a981700c04f45b28cdc85587 (diff)
downloadCMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.zip
CMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.tar.gz
CMake-b36d1bdd9d235af24af401b671ebfa6e8d65e771.tar.bz2
Single location for cmProp typedef
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r--Source/cmState.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmState.cxx b/Source/cmState.cxx
index 18d8537..0b6b40f 100644
--- a/Source/cmState.cxx
+++ b/Source/cmState.cxx
@@ -26,8 +26,6 @@
#include "cmSystemTools.h"
#include "cmake.h"
-using cmProp = const std::string*;
-
cmState::cmState()
{
this->CacheManager = cm::make_unique<cmCacheManager>();