Shut up the compiler and temporarily '#if 0' gv_destroy_geom(),
until we need it again.
This commit is contained in:
parent
691ae40438
commit
07c424cdaf
@ -536,6 +536,7 @@ gv_config(struct gctl_req *req, struct g_class *mp, char const *verb)
|
||||
gctl_error(req, "Unknown verb parameter");
|
||||
}
|
||||
|
||||
#if 0
|
||||
static int
|
||||
gv_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp)
|
||||
{
|
||||
@ -616,6 +617,7 @@ gv_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp)
|
||||
g_wither_geom(gp, ENXIO);
|
||||
return (0);
|
||||
}
|
||||
#endif
|
||||
|
||||
#define VINUM_CLASS_NAME "VINUM"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user