From 3611de44efddb2128781f74ec8b2138b664d7c79 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 28 Nov 2016 06:38:41 +0000 Subject: [PATCH] pages and psize are always assigned, so there is no need to initialize them as zero. MFC after: 2 weeks --- usr.bin/sort/sort.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c index e4015790572..7f5b3e839b7 100644 --- a/usr.bin/sort/sort.c +++ b/usr.bin/sort/sort.c @@ -267,8 +267,6 @@ set_hw_params(void) { long pages, psize; - pages = psize = 0; - #if defined(SORT_THREADS) ncpu = 1; #endif