From 5c483d3349a449c5c2ba747dacf90261efd2a8ba Mon Sep 17 00:00:00 2001 From: dhewg Date: Thu, 5 Jul 2012 23:20:48 +0200 Subject: [PATCH] Get rid of sysMemoryStats_t Unused. --- sys/sys_public.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys/sys_public.h b/sys/sys_public.h index 39cd5a2..88e8aeb 100644 --- a/sys/sys_public.h +++ b/sys/sys_public.h @@ -84,17 +84,6 @@ struct sysEvent_t { void * evPtr; // this must be manually freed if not NULL }; -struct sysMemoryStats_t { - int memoryLoad; - int totalPhysical; - int availPhysical; - int totalPageFile; - int availPageFile; - int totalVirtual; - int availVirtual; - int availExtendedVirtual; -}; - enum sysPath_t { PATH_BASE, PATH_CONFIG,