mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
cmState: Remove unused variable.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user