Unused variable.

This commit is contained in:
wkj 2004-06-17 01:59:07 +00:00
parent 7285a491c1
commit 72a653997c

View file

@ -10,8 +10,6 @@
void*
p9malloc(ulong n)
{
void *v;
if(n == 0)
n++;
return malloc(n);