chiark / gitweb /
volume_id: remove unused usage types
[elogind.git] / extras / volume_id / lib / util.c
index 671f97ee271407a5a194935360e4aad4ab75027f..9844e5e97cf2bbd58b2436e72aa5b4daf1af351c 100644 (file)
@@ -200,12 +200,8 @@ static char *usage_to_string(enum volume_id_usage usage_id)
                return "other";
        case VOLUME_ID_RAID:
                return "raid";
-       case VOLUME_ID_DISKLABEL:
-               return "disklabel";
        case VOLUME_ID_CRYPTO:
                return "crypto";
-       case VOLUME_ID_UNPROBED:
-               return "unprobed";
        case VOLUME_ID_UNUSED:
                return "unused";
        }