core: remove unused variable

unused since 7b2313f5
This commit is contained in:
Thomas Hindoe Paaboel Andersen
2015-11-07 11:03:11 +01:00
parent f9a1dafb93
commit 6a0f3175dc

View File

@@ -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)