diff --git a/src/bin/system.c b/src/bin/system.c index da2ea7c..1231479 100644 --- a/src/bin/system.c +++ b/src/bin/system.c @@ -95,14 +95,6 @@ _memsize_bytes_to_kb(unsigned long *bytes) *bytes = (unsigned int)*bytes >> 10; } -#define _memsize_kb_to_mb _memsize_bytes_to_kb - -static void -_memsize_kb_to_gb(unsigned long *bytes) -{ - *bytes = (unsigned int)*bytes >> 20; -} - #if defined(__linux__) static char * file_contents(const char *path)