From 8c810ed96d21056eb00171ad278fa7348641bb14 Mon Sep 17 00:00:00 2001 From: Bill Hoffman <bill.hoffman@kitware.com> Date: Tue, 19 May 2009 16:56:47 -0400 Subject: [PATCH] ENH: remove warning --- SystemInformation.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/SystemInformation.cxx b/SystemInformation.cxx index 830183f..e2f5a07 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; -- GitLab