Merge pull request #1803 from phomes/unused-var

core: remove unused variable
This commit is contained in:
Daniel Mack 2015-11-07 12:31:23 +01:00
commit 0b9db4f49f

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)