Remove dead code.

Found by:	Coverity Prevent(tm)
MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2006-01-17 07:27:46 +00:00
parent 4ec0490779
commit 7192f621d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154461

View File

@ -831,8 +831,6 @@ g_eli_create(struct gctl_req *req, struct g_class *mp, struct g_provider *bpp,
g_detach(cp);
}
g_destroy_consumer(cp);
if (pp != NULL)
g_destroy_provider(pp);
g_destroy_geom(gp);
bzero(sc, sizeof(*sc));
free(sc, M_ELI);