commit 72a653997c4835aeddea5a8aeda377e2b611fcae parent 7285a491c1ce1e630a0751b1011fd33e6b17234b Author: wkj <devnull@localhost> Date: Thu, 17 Jun 2004 01:59:07 +0000 Unused variable. Diffstat:
M | src/lib9/malloc.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/lib9/malloc.c b/src/lib9/malloc.c @@ -10,8 +10,6 @@ void* p9malloc(ulong n) { - void *v; - if(n == 0) n++; return malloc(n);