Преглед на файлове

cmState: Remove unused variable.

Stephen Kelly преди 10 години
родител
ревизия
2007d11caf
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      Source/cmState.cxx

+ 0 - 2
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();