diff --git a/SystemInformation.cxx b/SystemInformation.cxx index 830183f8c84876d65b858ef9c5d1dee423b2124b..e2f5a07544f7cf61d3dec5dba139d09a08e8336c 100644 --- a/SystemInformation.cxx +++ b/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;