diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2014-10-28 06:04:20 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2014-10-28 06:04:20 +0000 |
commit | 07f0381d899e8a66b2327516316be929980f39bd (patch) | |
tree | 9937f369078182bddd1bc65e05b759f37be2a78d /usr.sbin | |
parent | e7562e4204dbba1811ad22e7a920524f85b5ca21 (diff) |
Remove now useless defines
ok tedu@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/apmd/apmd.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c index be67d71b103..87dc1ddeead 100644 --- a/usr.sbin/apmd/apmd.c +++ b/usr.sbin/apmd/apmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apmd.c,v 1.72 2014/10/26 22:16:16 guenther Exp $ */ +/* $OpenBSD: apmd.c,v 1.73 2014/10/28 06:04:19 dcoppa Exp $ */ /* * Copyright (c) 1995, 1996 John T. Kohl @@ -61,11 +61,6 @@ const char sockfile[] = _PATH_APM_SOCKET; int debug = 0; int doperf = PERF_NONE; -#define PERFDEC 20 -#define PERFMIN 0 -#define PERFMAX 100 -#define PERFINCTHRES 50 -#define PERFDECTHRES 60 extern char *__progname; |