diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-06-12 12:30:05 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-06-12 15:18:05 +0900 |
commit | 337405d4394e4812335920e58603427799d58217 (patch) | |
tree | 5db6cd3f438fefa9efd7682b5e4b336d43664814 /src | |
parent | e5dd7bc25d0f6b346ac5226b9184df799ba638a1 (diff) | |
download | systemd-337405d4394e4812335920e58603427799d58217.tar.gz systemd-337405d4394e4812335920e58603427799d58217.tar.bz2 systemd-337405d4394e4812335920e58603427799d58217.zip |
libudev: drop unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/libudev/libudev-list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libudev/libudev-list.c b/src/libudev/libudev-list.c index 00fd58b9ea..e051f1a80c 100644 --- a/src/libudev/libudev-list.c +++ b/src/libudev/libudev-list.c @@ -27,7 +27,6 @@ struct udev_list_entry { struct udev_list *list; char *name; char *value; - int num; }; /* the list's head points to itself if empty */ |