cmState: Remove unused variable.

This commit is contained in:
Stephen Kelly 2015-07-18 14:25:21 +02:00
parent a622b829bd
commit 2007d11caf
1 changed files with 0 additions and 2 deletions

View File

@ -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();