Procházet zdrojové kódy

COMP: fix unused var warning

Ken Martin před 21 roky
rodič
revize
c66e55a91a
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      Source/cmSetCommand.cxx

+ 0 - 1
Source/cmSetCommand.cxx

@@ -27,7 +27,6 @@ bool cmSetCommand::InitialPass(std::vector<std::string> const& args)
   
   // watch for ENV signatures
   const char* variable = args[0].c_str(); // VAR is always first
-  bool haveEnvVariable = false;
   if (!strncmp(variable,"ENV{",4) && strlen(variable) > 5)
     {
     // what is the variable name