mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
riscv: Remove unused variable
Fix the build that was broken by r356221. Pointy hat to myself.
This commit is contained in:
parent
01774d0d18
commit
851c29f653
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356223
@ -185,7 +185,7 @@ static void
|
||||
release_aps(void *dummy __unused)
|
||||
{
|
||||
cpuset_t mask;
|
||||
int cpu, i;
|
||||
int i;
|
||||
|
||||
if (mp_ncpus == 1)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user