diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-24 04:52:21 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-24 04:52:23 +0100 |
commit | e61d3d8aae949383f1cb76a9e232e81aadc59123 (patch) | |
tree | ea8f807919879d17465008b92488e837b57d8d87 /src | |
parent | Merge pull request #7964 from poettering/tmpfiles-more-fixes (diff) | |
download | systemd-e61d3d8aae949383f1cb76a9e232e81aadc59123.tar.xz systemd-e61d3d8aae949383f1cb76a9e232e81aadc59123.zip |
core/device: remove unused variable
Follow-up for bf70ff2cff719905f9dc3f726eaba79780dcae55.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/device.c b/src/core/device.c index 7ce971ff3b..a43664d3bd 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; |