summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-12-31 22:47:48 +0000
committerthorpej <thorpej@NetBSD.org>2002-12-31 22:47:48 +0000
commit89ef67a28cbe265edd2761d7f318d98ee8440902 (patch)
tree42ae46f769797778b446f37597a40f22b6e7464f /sys/dev/sysmon
parent0ad39e91eaac31c7e4f05ab889f460a116ac1a16 (diff)
Nothing cares about NSYSMON anymore; delete it.
Diffstat (limited to 'sys/dev/sysmon')
-rw-r--r--sys/dev/sysmon/sysmonconf.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/sysmon/sysmonconf.h b/sys/dev/sysmon/sysmonconf.h
index ef814740514..471f04f242d 100644
--- a/sys/dev/sysmon/sysmonconf.h
+++ b/sys/dev/sysmon/sysmonconf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmonconf.h,v 1.1 2000/11/05 04:06:14 thorpej Exp $ */
+/* $NetBSD: sysmonconf.h,v 1.2 2002/12/31 22:47:48 thorpej Exp $ */
/*-
* Copyright (c) 2000 Zembu Labs, Inc.
@@ -39,10 +39,4 @@
#include "sysmon_envsys.h"
#include "sysmon_wdog.h"
-#if (NSYSMON_ENVSYS > 0) || (NSYSMON_WDOG > 0)
-#define NSYSMON 1
-#else
-#define NSYSMON 0
-#endif
-
#endif /* _DEV_SYSMON_SYSMONCONF_H_ */