system: remove unused function.

edi-0.5
Alastair Poole 3 years ago
parent 4258353949
commit 6e895b3490
  1. 8
      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)

Loading…
Cancel
Save