From c4b01b57f620d1d89a86c29a7f61325f08fbd890 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 2 Nov 1994 04:55:15 +0000 Subject: [PATCH] Remove a relic from the old "equiv" kludge --- usr.sbin/apmconf/apmconf.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/usr.sbin/apmconf/apmconf.c b/usr.sbin/apmconf/apmconf.c index f8886d499586..f3e1376f37a0 100644 --- a/usr.sbin/apmconf/apmconf.c +++ b/usr.sbin/apmconf/apmconf.c @@ -85,22 +85,6 @@ parse_option(void) } } -static struct apm_eqv_event eqv_event[APM_MAX_EQUIV_EVENTS]; -static int eqv_num = 0; - -static apm_eqv_event_t -get_eqv_event(int id) -{ - int i; - - for (i = 0; i < eqv_num; i++) { - if (id == eqv_event[i].aee_event) { - return &eqv_event[i]; - } - } - return NULL; -} - static void enable_apm(int dh) {