mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
test-catalog,core/load-dropin: remove unused variables
This commit is contained in:
parent
144e51eca2
commit
737563e4bb
@ -173,7 +173,6 @@ char **unit_find_dropin_paths(Unit *u) {
|
||||
int unit_load_dropin(Unit *u) {
|
||||
Iterator i;
|
||||
char *t, **f;
|
||||
_cleanup_strv_free_ char **strv = NULL;
|
||||
int r;
|
||||
|
||||
assert(u);
|
||||
|
@ -89,7 +89,6 @@ static const char* database = NULL;
|
||||
|
||||
static void test_catalog_update(void) {
|
||||
int r;
|
||||
char _cleanup_free_ *path = NULL;
|
||||
|
||||
static char name[] = "/tmp/test-catalog.XXXXXX";
|
||||
r = mkstemp(name);
|
||||
|
Loading…
Reference in New Issue
Block a user