summaryrefslogtreecommitdiffstats
path: root/df/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'df/main.c')
-rw-r--r--df/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/df/main.c b/df/main.c
index 1ed27056..ce32a37a 100644
--- a/df/main.c
+++ b/df/main.c
@@ -325,7 +325,6 @@ single_drive_display_name (struct drv *drvs)
case drv_d:
name = drvs->d.guest;
break;
- case drv_N:
default:
abort ();
}