chiark / gitweb /
remove "all_partitions" option
[elogind.git] / udev / udevadm-info.c
index 47114092d7ba1a7aaf80acaa4a9633c019557f00..c57620feef63269dad81c15a298976a298bf2907 100644 (file)
@@ -142,10 +142,6 @@ static void print_record(struct udev_device *device)
        if (i != 0)
                printf("L: %i\n", i);
 
-       i = udev_device_get_num_fake_partitions(device);
-       if (i != 0)
-               printf("A: %u\n", i);
-
        i = udev_device_get_ignore_remove(device);
        if (i != 0)
                printf("R: %u\n", i);