mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-25 06:03:40 +03:00
remove unused variable
This commit is contained in:
parent
f47c5c47d1
commit
fd1e5b62e8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user