1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00: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:
Xin LI 2016-11-28 06:38:41 +00:00
parent c514c3ed4f
commit 3611de44ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309234

View File

@ -267,8 +267,6 @@ set_hw_params(void)
{
long pages, psize;
pages = psize = 0;
#if defined(SORT_THREADS)
ncpu = 1;
#endif