summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_diskslice.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-03-09 20:11:25 +0000
committerphk <phk@FreeBSD.org>2002-03-09 20:11:25 +0000
commit0c402314d9ad36e1da199f5941e7e47f56f551ed (patch)
tree3ed1013306ddc483a6f7fb55c2ba8cd678892714 /sys/kern/subr_diskslice.c
parent22a782cd902ce2599d9812e12974afb627fa5279 (diff)
downloadFreeBSD-src-0c402314d9ad36e1da199f5941e7e47f56f551ed.zip
FreeBSD-src-0c402314d9ad36e1da199f5941e7e47f56f551ed.tar.gz
Delete "notyet" code before it becomes "ohh no" code.
Diffstat (limited to 'sys/kern/subr_diskslice.c')
-rw-r--r--sys/kern/subr_diskslice.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/kern/subr_diskslice.c b/sys/kern/subr_diskslice.c
index 88f9598..228128d 100644
--- a/sys/kern/subr_diskslice.c
+++ b/sys/kern/subr_diskslice.c
@@ -407,14 +407,6 @@ dsioctl(dev, cmd, data, flags, sspp)
*(struct disklabel *)data = *lp;
return (0);
-#ifdef notyet
- case DIOCGDINFOP:
- if (lp == NULL)
- return (EINVAL);
- *(struct disklabel **)data = lp;
- return (0);
-#endif
-
case DIOCGPART:
if (lp == NULL)
return (EINVAL);
OpenPOWER on IntegriCloud