Unused variable.
This commit is contained in:
parent
7285a491c1
commit
72a653997c
@ -10,8 +10,6 @@
|
||||
void*
|
||||
p9malloc(ulong n)
|
||||
{
|
||||
void *v;
|
||||
|
||||
if(n == 0)
|
||||
n++;
|
||||
return malloc(n);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user