summaryrefslogtreecommitdiffstats
path: root/Source/cmState.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-21 13:22:13 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-21 13:22:13 (GMT)
commitce597a022b32231559c75843f4df6108120c5d57 (patch)
tree88491e1681a2b401b70f7440596a8f5a3c471082 /Source/cmState.cxx
parentb953d526d10d41b631b82f576eac12d9cdfee6b7 (diff)
parentcff2dc34f98fd0960a5ec1b37d9bf5f937c31efc (diff)
downloadCMake-ce597a022b32231559c75843f4df6108120c5d57.zip
CMake-ce597a022b32231559c75843f4df6108120c5d57.tar.gz
CMake-ce597a022b32231559c75843f4df6108120c5d57.tar.bz2
Merge topic 'minor-cleanups'
cff2dc34 cmLocalUnixMakefileGenerator3: Port away from the Parent. 5505bff7 cmMakefile: Add include which we use. 2007d11c cmState: Remove unused variable. a622b829 cmGetCMakePropertyCommand: Clean up VARIABLES handling. 52f22616 cmListFileBacktrace: Constify API. fc1c7cf8 Genex: Store a backtrace, not a pointer to one. 4dc45707 cmMakefile: Fix indentation. 12c82fd8 cmMakefile: Remove dead code. f19653eb CodeLite: Remove unused code.
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 2d8b935..bd37e61 100644
--- a/Source/cmState.cxx
+++ b/Source/cmState.cxx
@@ -470,8 +470,6 @@ void cmState::AppendGlobalProperty(const std::string& prop,
const char *cmState::GetGlobalProperty(const std::string& prop)
{
- // watch for special properties
- std::string output = "";
if ( prop == "CACHE_VARIABLES" )
{
std::vector<std::string> cacheKeys = this->GetCacheEntryKeys();