tUnused variable. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 72a653997c4835aeddea5a8aeda377e2b611fcae
(DIR) parent 7285a491c1ce1e630a0751b1011fd33e6b17234b
(HTM) 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(-)
---
(DIR) diff --git a/src/lib9/malloc.c b/src/lib9/malloc.c
t@@ -10,8 +10,6 @@
void*
p9malloc(ulong n)
{
- void *v;
-
if(n == 0)
n++;
return malloc(n);