summaryrefslogtreecommitdiff
path: root/src/shared/log.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-08-16 00:31:23 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-08-16 00:32:21 +0200
commitf1e3bee216b9eac1d5b00415617cb2ff5e894c10 (patch)
tree1e3fbb320a74aa35e5a411893d8aceaf723fea5d /src/shared/log.c
parent050f74f286b12945e3eb13a45dca92783fa65bb8 (diff)
sd-bus,log: remove unused variables
Diffstat (limited to 'src/shared/log.c')
-rw-r--r--src/shared/log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/log.c b/src/shared/log.c
index b730ac921..26c604afd 100644
--- a/src/shared/log.c
+++ b/src/shared/log.c
@@ -908,7 +908,6 @@ static int parse_proc_cmdline_item(const char *key, const char *value) {
}
void log_parse_environment(void) {
- _cleanup_free_ char *line = NULL;
const char *e;
parse_proc_cmdline(parse_proc_cmdline_item);