From b33a32d8d666680ad5e7d2de26d93bd0bcdefaf9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 8 May 2007 16:01:53 +0000 Subject: atapi_print() is never used --- sys/dev/ic/wdc.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'sys/dev/ic/wdc.c') diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index 702e63926cb..0e2bea26a7d 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc.c,v 1.94 2007/04/16 18:18:21 grange Exp $ */ +/* $OpenBSD: wdc.c,v 1.95 2007/05/08 16:01:52 deraadt Exp $ */ /* $NetBSD: wdc.c,v 1.68 1999/06/23 19:00:17 bouyer Exp $ */ @@ -442,18 +442,6 @@ wdprint(aux, pnp) return (UNCONF); } -int -atapi_print(aux, pnp) - void *aux; - const char *pnp; -{ - struct ata_atapi_attach *aa_link = aux; - if (pnp) - printf("atapiscsi at %s", pnp); - printf(" channel %d", aa_link->aa_channel); - return (UNCONF); -} - void wdc_disable_intr(chp) struct channel_softc *chp; -- cgit v1.2.3