diff options
-rw-r--r-- | sys/dev/amr/amr_disk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_disk.c b/sys/dev/amr/amr_disk.c index de703fe..e6f016a 100644 --- a/sys/dev/amr/amr_disk.c +++ b/sys/dev/amr/amr_disk.c @@ -172,7 +172,6 @@ amrd_strategy(struct bio *bio) bad: bio->bio_flags |= BIO_ERROR; - done: /* * Correctly set the buf to indicate a completed transfer */ |