From b48746a5da57a682305b86e360cf01cb6fae35fe Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 15 Jun 2001 07:26:39 +0000 Subject: Fix warning: 186: warning: label `done' defined but not used --- sys/dev/ida/ida_disk.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 4bf662c25786..5358e5d9c955 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -179,7 +179,6 @@ idad_strategy(struct bio *bp) bad: bp->bio_flags |= BIO_ERROR; -done: /* * Correctly set the buf to indicate a completed transfer */ -- cgit v1.3