diff options
Diffstat (limited to 'src/cgroup.h')
-rw-r--r-- | src/cgroup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cgroup.h b/src/cgroup.h index d27c063c12..26fac0a660 100644 --- a/src/cgroup.h +++ b/src/cgroup.h @@ -48,9 +48,6 @@ struct CGroupBonding { /* When our tasks are the only ones in this group */ bool only_us:1; - - /* Inherit parameters from parent group */ - bool inherit:1; }; int cgroup_bonding_realize(CGroupBonding *b); |