Remove unused variable
This commit is contained in:
parent
467fdf32f8
commit
a48551fac2
@ -428,7 +428,7 @@ fill_pcpu(struct pcpu ***pcpup, int* maxcpup)
|
|||||||
{
|
{
|
||||||
struct pcpu **pcpu;
|
struct pcpu **pcpu;
|
||||||
|
|
||||||
int maxcpu, size, i;
|
int maxcpu, i;
|
||||||
|
|
||||||
*pcpup = NULL;
|
*pcpup = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user