Commit 7766e7f4 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

parasite: Drop unused struct mem_array

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 5fc142d9
...@@ -42,11 +42,6 @@ static void brk_fini(void) ...@@ -42,11 +42,6 @@ static void brk_fini(void)
sys_munmap(brk_start, brk_end - brk_start); sys_munmap(brk_start, brk_end - brk_start);
} }
struct mem_array {
unsigned long size;
char data[0];
};
static void *brk_alloc(unsigned long bytes) static void *brk_alloc(unsigned long bytes)
{ {
void *addr = NULL; void *addr = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment