ENH: remove warning

This commit is contained in:
Bill Hoffman 2009-05-19 16:56:47 -04:00
parent 4220e7c62c
commit 46a20bbd4c
1 changed files with 0 additions and 1 deletions

View File

@ -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;