diff --git a/src/m_memory.c b/src/m_memory.c index 6bfde2fedc4342a6c344d5cfa555006310427030..fda7f1b0ecc4a3ab297876366f8fb9372f6295ef 100644 --- a/src/m_memory.c +++ b/src/m_memory.c @@ -17,8 +17,6 @@ static int totalmem = 0; #endif -//static int memoffset = 0; - void *getbytes(size_t nbytes) { void *ret;