chiark / gitweb /
Remove unused variables
[elogind.git] / src / modules-load / modules-load.c
index 01987f2e3c2a2f84df6da2d4e5faa64c10dbcec4..3ac25fa98dbbfa6e13515b40eb8394d332705bcb 100644 (file)
@@ -57,7 +57,6 @@ static void systemd_kmod_log(void *data, int priority, const char *file, int lin
 #pragma GCC diagnostic pop
 
 static int add_modules(const char *p) {
-        char **t;
         _cleanup_strv_free_ char **k = NULL;
 
         k = strv_split(p, ",");