summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2017-10-15 15:14:49 +0000
committerjca <jca@openbsd.org>2017-10-15 15:14:49 +0000
commit679461f3cf2582bbd0db350fd45e6dd5746b3817 (patch)
treec88c678c25ab0ac0b3d0c5c82bc861abfe5de48a /usr.sbin/apmd
parentSimilar to other USB based backend drivers, have a list of TX/RX (diff)
downloadwireguard-openbsd-679461f3cf2582bbd0db350fd45e6dd5746b3817.tar.xz
wireguard-openbsd-679461f3cf2582bbd0db350fd45e6dd5746b3817.zip
Kill unused defines
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r--usr.sbin/apmd/apmd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c
index 549f641cad6..9975908a03d 100644
--- a/usr.sbin/apmd/apmd.c
+++ b/usr.sbin/apmd/apmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apmd.c,v 1.80 2017/08/28 16:16:58 tedu Exp $ */
+/* $OpenBSD: apmd.c,v 1.81 2017/10/15 15:14:49 jca Exp $ */
/*
* Copyright (c) 1995, 1996 John T. Kohl
@@ -53,9 +53,6 @@
#include "pathnames.h"
#include "apm-proto.h"
-#define TRUE 1
-#define FALSE 0
-
#define AUTO_SUSPEND 1
#define AUTO_HIBERNATE 2