summaryrefslogtreecommitdiff
path: root/src/udev/udev-rules.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-03-05 18:08:50 +0100
committerAnthony G. Basile <blueness@gentoo.org>2015-03-18 20:00:41 -0400
commitbf79b2d789b781e2291170ef48d501a2cf4dd820 (patch)
tree59d8c34c35a3814e93d6ea3709f185f9cef17f4c /src/udev/udev-rules.c
parenta36d7fe55bb4135e81622a975b8b82ecd1c26511 (diff)
libudev: add missing hunks
This should have been committed with udev_device_add_property - implicitly mark properties for saving to db Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/udev-rules.c')
-rw-r--r--src/udev/udev-rules.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c
index 5bf66fb8ce..2522bcd24b 100644
--- a/src/udev/udev-rules.c
+++ b/src/udev/udev-rules.c
@@ -560,7 +560,6 @@ static int import_property_from_string(struct udev_device *dev, char *line) {
char *key;
char *val;
size_t len;
- struct udev_list_entry *entry;
/* find key */
key = line;