mirror of
https://github.com/systemd/systemd.git
synced 2026-07-11 18:13:31 +00:00
basic/cgroup-util: remove unused variable
This commit is contained in:
@@ -2038,7 +2038,6 @@ int cg_get_keyed_attribute(
|
||||
char **ret_values) {
|
||||
|
||||
_cleanup_free_ char *filename = NULL, *contents = NULL;
|
||||
_cleanup_fclose_ FILE *f = NULL;
|
||||
const char *p;
|
||||
size_t n, i, n_done = 0;
|
||||
char **v;
|
||||
|
||||
Reference in New Issue
Block a user