diff --git a/SystemInformation.cxx b/SystemInformation.cxx index 6087a5e00243350c4a58456d3072b96fc104ec6c..d9d69b699ec3ce966681ff8d6e118105d0304f21 100644 --- a/SystemInformation.cxx +++ b/SystemInformation.cxx @@ -3537,10 +3537,6 @@ bool SystemInformationImplementation::QueryAIXMemory() /** Query for the memory status */ int SystemInformationImplementation::QueryMemory() { - this->TotalVirtualMemory = 0; - this->TotalPhysicalMemory = 0; - this->AvailableVirtualMemory = 0; - this->AvailablePhysicalMemory = 0; #ifdef __CYGWIN__ // _SC_PAGE_SIZE does return the mmap() granularity on Cygwin, // see http://cygwin.com/ml/cygwin/2006-06/msg00350.html