From 46a20bbd4c967718dde2dfef79c1a9aaf8c29529 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 19 May 2009 16:56:47 -0400 Subject: [PATCH] ENH: remove warning --- Source/kwsys/SystemInformation.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation.cxx index a32148aed..631b0ec7a 100644 --- a/Source/kwsys/SystemInformation.cxx +++ b/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;