basic/cgroup-util: remove unused variable

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-06 09:37:11 +01:00
parent 738ab7502a
commit eef03d70c1
1 changed files with 0 additions and 1 deletions

View File

@ -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;