Get rid of sysMemoryStats_t

Unused.
This commit is contained in:
dhewg 2012-07-05 23:20:48 +02:00
parent 68284f9a09
commit 84717833e1

View file

@ -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,