scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 39552c5ba4e1ac425a3a6ecc065e6dbbe197420c
parent 33c1377c3ca80935e20115f9c019acdb82bcb33d
Author: sin <sin@2f30.org>
Date:   Tue, 30 Jul 2013 12:29:27 +0100

Remove unneeded warning

Diffstat:
Malloc.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/alloc.c b/alloc.c @@ -19,8 +19,6 @@ enum { PAGESIZE = 0x1000, }; -/* Only needed because we have to implement - * realloc() */ struct chunk { void *base; size_t size;