Remove unused computation of memory size.
Reviewed by: des
This commit is contained in:
parent
ae8c2fa228
commit
585d0283b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136663
@ -23,7 +23,6 @@ dumpon_start()
|
||||
[Nn][Oo] | '')
|
||||
;;
|
||||
[Aa][Uu][Tt][Oo])
|
||||
memsize=$((`/sbin/sysctl -n hw.physmem` / 1024))
|
||||
while read dev mp type more ; do
|
||||
[ "${type}" = "swap" ] || continue
|
||||
[ -c "${dev}" ] || continue
|
||||
|
Loading…
Reference in New Issue
Block a user