mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pages and psize are always assigned, so there is no need to initialize
them as zero. MFC after: 2 weeks
This commit is contained in:
parent
c514c3ed4f
commit
3611de44ef
1 changed files with 0 additions and 2 deletions
|
|
@ -267,8 +267,6 @@ set_hw_params(void)
|
|||
{
|
||||
long pages, psize;
|
||||
|
||||
pages = psize = 0;
|
||||
|
||||
#if defined(SORT_THREADS)
|
||||
ncpu = 1;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue