summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_diskslice.c
diff options
context:
space:
mode:
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