Unused variable.
This commit is contained in:
parent
7285a491c1
commit
72a653997c
1 changed files with 0 additions and 2 deletions
|
|
@ -10,8 +10,6 @@
|
||||||
void*
|
void*
|
||||||
p9malloc(ulong n)
|
p9malloc(ulong n)
|
||||||
{
|
{
|
||||||
void *v;
|
|
||||||
|
|
||||||
if(n == 0)
|
if(n == 0)
|
||||||
n++;
|
n++;
|
||||||
return malloc(n);
|
return malloc(n);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue