Remove comment, since there is no parsing anymore.

This commit is contained in:
maxv 2019-05-13 18:53:10 +00:00
parent 48e354a3ed
commit 0323b962b3
1 changed files with 1 additions and 10 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: smtoff,v 1.3 2019/05/12 11:55:47 kre Exp $
# $NetBSD: smtoff,v 1.4 2019/05/13 18:53:10 maxv Exp $
#
# Public Domain.
#
@ -46,15 +46,6 @@ GetSmtId() {
done
}
#
# The format of the output (without -n) would be:
#
# hw.ncpu = 80
#
# so use -n to make life easy
#
# Return the value.
#
CountCPUs() {
sysctl -n hw.ncpu
}