Explorar o código

ENH: remove warning

Bill Hoffman %!s(int64=16) %!d(string=hai) anos
pai
achega
46a20bbd4c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Source/kwsys/SystemInformation.cxx

+ 0 - 1
Source/kwsys/SystemInformation.cxx

@@ -2859,7 +2859,6 @@ bool SystemInformationImplementation::ParseSysCtl()
     this->ChipID.Model = value;
     }
   // Cache size
-  int iValue = 0;
   len = sizeof(value);
   err = sysctlbyname("hw.l1icachesize", &value, &len, NULL, 0);
   this->Features.L1CacheSize = value;