diff options
author | 2014-10-28 06:04:19 +0000 | |
---|---|---|
committer | 2014-10-28 06:04:19 +0000 | |
commit | c445e5fe90a7d30ab07c622dbf42c4835cbbb579 (patch) | |
tree | 8bd5d049cb337e9ccc2e56416c09d1f527be1208 | |
parent | use nanosleep() instead of hackish select(); ok dlg (diff) | |
download | wireguard-openbsd-c445e5fe90a7d30ab07c622dbf42c4835cbbb579.tar.xz wireguard-openbsd-c445e5fe90a7d30ab07c622dbf42c4835cbbb579.zip |
Remove now useless defines
ok tedu@
-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; |