mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-03 13:47:04 +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) {
|
static int spawn_getter(char *getter, char *url) {
|
||||||
int r;
|
int r;
|
||||||
char _cleanup_strv_free_ **words = NULL, **words2 = NULL;
|
char _cleanup_strv_free_ **words = NULL;
|
||||||
|
|
||||||
assert(getter);
|
assert(getter);
|
||||||
words = strv_split_quoted(getter);
|
words = strv_split_quoted(getter);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user