From ea4e5817d099908ebe11c3820173b53cdad8b763 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Fri, 3 Aug 2012 22:00:26 -0400 Subject: [PATCH] cosmetic fix --- src/m_memory.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/m_memory.c b/src/m_memory.c index 6bfde2fed..fda7f1b0e 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; -- GitLab