diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-18 12:25:21 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-18 12:40:12 (GMT) |
commit | 2007d11caf6696f44d85bab165a665c5c4bf48f5 (patch) | |
tree | 253211f3549f8d99a255367778636a06dc0f7bf6 /Source/cmState.cxx | |
parent | a622b829bd5fdb38c82fd3810e1b1f8cdb5ee0d8 (diff) | |
download | CMake-2007d11caf6696f44d85bab165a665c5c4bf48f5.zip CMake-2007d11caf6696f44d85bab165a665c5c4bf48f5.tar.gz CMake-2007d11caf6696f44d85bab165a665c5c4bf48f5.tar.bz2 |
cmState: Remove unused variable.
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r-- | Source/cmState.cxx | 2 |
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(); |