mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-05 05:01:29 +00:00
test-catalog,core/load-dropin: remove unused variables
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user