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,