1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Remove unused variable.

This commit is contained in:
Edward Tomasz Napierala 2009-09-08 17:20:17 +00:00
parent 3770996142
commit bb3fd7ff4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196986

View File

@ -134,12 +134,10 @@ static void
g_vfs_orphan(struct g_consumer *cp)
{
struct g_geom *gp;
struct bufobj *bo;
g_topology_assert();
gp = cp->geom;
bo = gp->softc;
g_trace(G_T_TOPOLOGY, "g_vfs_orphan(%p(%s))", cp, gp->name);
if (cp->acr > 0 || cp->acw > 0 || cp->ace > 0)
g_access(cp, -cp->acr, -cp->acw, -cp->ace);