From 087f88c7085304f289db3238b74b52df25f0add1 Mon Sep 17 00:00:00 2001 From: peter 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 b372247..7caa522 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.1