1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Fix warning: 179: warning: label `done' defined but not used

This commit is contained in:
Peter Wemm 2001-06-15 00:09:28 +00:00
parent 988401088c
commit 3a88b43443
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78231

View File

@ -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
*/