From: Yu Watanabe Date: Wed, 24 Jan 2018 03:52:21 +0000 (+0900) Subject: core/device: remove unused variable X-Git-Tag: v237~38^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e61d3d8aae949383f1cb76a9e232e81aadc59123;p=platform%2Fupstream%2Fsystemd.git core/device: remove unused variable Follow-up for bf70ff2cff719905f9dc3f726eaba79780dcae55. --- diff --git a/src/core/device.c b/src/core/device.c index 7ce971f..a43664d 100644 --- a/src/core/device.c +++ b/src/core/device.c @@ -796,7 +796,6 @@ static int device_dispatch_io(sd_event_source *source, int fd, uint32_t revents, } if (streq(action, "change")) { - _cleanup_free_ char *e = NULL; Unit *u; Device *d, *l, *n;