From 14aa34173cc3166a4cb9052cd5b9a1a1e2b8e348 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 15 Jun 2001 00:13:54 +0000 Subject: Fix warning: 193: warning: label `done' defined but not used --- sys/dev/mlx/mlx_disk.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index b372247d313e..7caa5222f113 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -186,7 +186,6 @@ mlxd_strategy(struct bio *bp) bad: bp->bio_flags |= BIO_ERROR; - done: /* * Correctly set the buf to indicate a completed transfer */ -- cgit v1.3