From 0323b962b3b964219270b29f1ee87a960c2c9cb7 Mon Sep 17 00:00:00 2001 From: maxv Date: Mon, 13 May 2019 18:53:10 +0000 Subject: [PATCH] Remove comment, since there is no parsing anymore. --- etc/rc.d/smtoff | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/etc/rc.d/smtoff b/etc/rc.d/smtoff index 6ed839cbeab4..bfe3f550a796 100644 --- a/etc/rc.d/smtoff +++ b/etc/rc.d/smtoff @@ -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 }