chiark / gitweb /
remove unused variable
[elogind.git] / src / journal / journal-remote.c
index 6d7ba6caa06e137ee0aae58d16b016702d9a24c5..469735663cf85b5b79d1e7164b34bb80d7fc2510 100644 (file)
@@ -142,7 +142,7 @@ static int spawn_curl(char* url) {
 
 static int spawn_getter(char *getter, char *url) {
         int r;
-        char _cleanup_strv_free_ **words = NULL, **words2 = NULL;
+        char _cleanup_strv_free_ **words = NULL;
 
         assert(getter);
         words = strv_split_quoted(getter);