Author: delphij
Date: Mon Nov 28 06:38:41 2016
New Revision: 309234
URL: https://svnweb.freebsd.org/changeset/base/309234

Log:
  pages and psize are always assigned, so there is no need to initialize
  them as zero.
  
  MFC after:    2 weeks

Modified:
  head/usr.bin/sort/sort.c

Modified: head/usr.bin/sort/sort.c
==============================================================================
--- head/usr.bin/sort/sort.c    Mon Nov 28 06:36:10 2016        (r309233)
+++ head/usr.bin/sort/sort.c    Mon Nov 28 06:38:41 2016        (r309234)
@@ -267,8 +267,6 @@ set_hw_params(void)
 {
        long pages, psize;
 
-       pages = psize = 0;
-
 #if defined(SORT_THREADS)
        ncpu = 1;
 #endif
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to