summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-01-24 04:52:21 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-01-24 04:52:23 +0100
commite61d3d8aae949383f1cb76a9e232e81aadc59123 (patch)
treeea8f807919879d17465008b92488e837b57d8d87 /src
parentMerge pull request #7964 from poettering/tmpfiles-more-fixes (diff)
downloadsystemd-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.c1
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;