]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: remove unused variable 1803/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 7 Nov 2015 10:03:11 +0000 (11:03 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 7 Nov 2015 10:05:58 +0000 (11:05 +0100)
unused since 7b2313f5

src/core/load-fragment.c

index 43cdd1f4c4234faa3caae8882773e0276a76e9c3..631c49fa65c7a49d6676e3174adb732caab3b689 100644 (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)