diff options
| author | Xin LI <delphij@FreeBSD.org> | 2016-11-28 06:38:41 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2016-11-28 06:38:41 +0000 |
| commit | 3611de44efddb2128781f74ec8b2138b664d7c79 (patch) | |
| tree | 6a193a783888ba03e72b85653b4ae4663c2b0ad0 /usr.bin/sort | |
| parent | c514c3ed4f3b8da8e47a749ba9c6e2f8d8daed52 (diff) | |
Notes
Diffstat (limited to 'usr.bin/sort')
| -rw-r--r-- | usr.bin/sort/sort.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c index e4015790572e2..7f5b3e839b720 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 |
