diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-03-15 08:14:53 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-03-19 00:10:29 +0100 |
commit | 03677889f0ef42cdc534bf3b31265a054b20a354 (patch) | |
tree | 53caa0977a8afc5d0ee90e038ffd566e9e22451f /src/core/bpf-foreign.c | |
parent | various: make parse_env_file error handling the same in various places (diff) | |
download | systemd-03677889f0ef42cdc534bf3b31265a054b20a354.tar.xz systemd-03677889f0ef42cdc534bf3b31265a054b20a354.zip |
list: declare iterator of LIST_FOREACH() in the loop
Diffstat (limited to 'src/core/bpf-foreign.c')
-rw-r--r-- | src/core/bpf-foreign.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/bpf-foreign.c b/src/core/bpf-foreign.c index 8538792b60..7f50f57389 100644 --- a/src/core/bpf-foreign.c +++ b/src/core/bpf-foreign.c @@ -123,7 +123,6 @@ static int bpf_foreign_prepare( int bpf_foreign_install(Unit *u) { _cleanup_free_ char *cgroup_path = NULL; - CGroupBPFForeignProgram *p; CGroupContext *cc; int r; |