summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/journal/journal-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-remote.c b/src/journal/journal-remote.c
index 6d7ba6caa..469735663 100644
--- a/src/journal/journal-remote.c
+++ b/src/journal/journal-remote.c
@@ -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);