From: Thomas Hindoe Paaboel Andersen Date: Sat, 7 Nov 2015 10:03:11 +0000 (+0100) Subject: core: remove unused variable X-Git-Tag: v228~88^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1803%2Fhead;p=thirdparty%2Fsystemd.git core: remove unused variable unused since 7b2313f5 --- diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 43cdd1f4c42..631c49fa65c 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -1592,7 +1592,7 @@ int config_parse_service_sockets( p = rvalue; for(;;) { - _cleanup_free_ char *word = NULL, *t = NULL, *k = NULL; + _cleanup_free_ char *word = NULL, *k = NULL; r = extract_first_word(&p, &word, NULL, 0); if (r == 0)