1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

purge dead code

Noticed by:	Coverity Prevent analysis tool
This commit is contained in:
Sam Leffler 2005-03-26 23:37:54 +00:00
parent 52c94c38dc
commit 83888a7f30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144166

View File

@ -1002,8 +1002,6 @@ aac_bio_command(struct aac_softc *sc, struct aac_command **cmp)
return(0);
fail:
if (bp != NULL)
aac_enqueue_bio(sc, bp);
if (cm != NULL)
aac_release_command(cm);
return(ENOMEM);