1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Remove a bogus local variable.

Sponsored by:	DARPA & NAI Labs.
This commit is contained in:
Poul-Henning Kamp 2002-10-14 21:22:23 +00:00
parent 8ced1eb281
commit b775674772
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105133

View File

@ -206,11 +206,9 @@ g_slice_start(struct bio *bp)
void void
g_slice_dumpconf(struct sbuf *sb, char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp) g_slice_dumpconf(struct sbuf *sb, char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp)
{ {
struct g_mbr_softc *mp;
struct g_slicer *gsp; struct g_slicer *gsp;
gsp = gp->softc; gsp = gp->softc;
mp = gsp->softc;
if (gp != NULL && (pp == NULL && cp == NULL)) { if (gp != NULL && (pp == NULL && cp == NULL)) {
sbuf_printf(sb, "%s<frontstuff>%llu</frontstuff>\n", sbuf_printf(sb, "%s<frontstuff>%llu</frontstuff>\n",
indent, (unsigned long long)gsp->frontstuff); indent, (unsigned long long)gsp->frontstuff);