cmState: Remove unused variable.
This commit is contained in:
parent
a622b829bd
commit
2007d11caf
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue