summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-25 09:07:35 +0000
committerphk <phk@FreeBSD.org>2003-03-25 09:07:35 +0000
commit45e43ab0e81f942643c94f98a1e9de187213fcc2 (patch)
treeff3b28494973a8c5b9287cba528846afe85a65e7 /sys/geom/geom.h
parent87ed6d02e481b422dfc0137054e0a64040210188 (diff)
downloadFreeBSD-src-45e43ab0e81f942643c94f98a1e9de187213fcc2.zip
FreeBSD-src-45e43ab0e81f942643c94f98a1e9de187213fcc2.tar.gz
Remove unuse g_insert_geom().
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index f6f2cdb..f07485a 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -235,7 +235,6 @@ int g_getattr__(const char *attr, struct g_consumer *cp, void *var, int len);
int g_handleattr(struct bio *bp, const char *attribute, void *val, int len);
int g_handleattr_int(struct bio *bp, const char *attribute, int val);
int g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val);
-struct g_geom * g_insert_geom(const char *class, struct g_consumer *cp);
struct g_consumer * g_new_consumer(struct g_geom *gp);
struct g_geom * g_new_geomf(struct g_class *mp, const char *fmt, ...);
struct g_provider * g_new_providerf(struct g_geom *gp, const char *fmt, ...);
OpenPOWER on IntegriCloud