diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-13 12:45:38 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-13 12:45:38 +0200 |
commit | a89d342dfb45b54e29381af9dbc495bbb2b057af (patch) | |
tree | 2ad834ff82007c3ebcbb6b884a45a2ce26a93ac1 /udev/udevadm-info.c | |
parent | 06ba47d8336c6d017a67d11f480341db07b9bc4b (diff) |
remove "ignore_remove" option
Diffstat (limited to 'udev/udevadm-info.c')
-rw-r--r-- | udev/udevadm-info.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index c57620feef..5f6209af2a 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -142,10 +142,6 @@ static void print_record(struct udev_device *device) if (i != 0) printf("L: %i\n", i); - i = udev_device_get_ignore_remove(device); - if (i != 0) - printf("R: %u\n", i); - i = udev_device_get_watch_handle(device); if (i >= 0) printf("W: %u\n", i); |