mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove unused computation of memory size.
Reviewed by: des
This commit is contained in:
parent
ae8c2fa228
commit
585d0283b0
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue