浏览代码

ENH: remove warning

Bill Hoffman 16 年之前
父节点
当前提交
46a20bbd4c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/kwsys/SystemInformation.cxx

+ 0 - 1
Source/kwsys/SystemInformation.cxx

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