diff options
Diffstat (limited to 'src/execute.h')
-rw-r--r-- | src/execute.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/execute.h b/src/execute.h index 44856d11fa..208fe4ad5e 100644 --- a/src/execute.h +++ b/src/execute.h @@ -43,7 +43,6 @@ struct CGroupBonding; typedef enum KillMode { KILL_CONTROL_GROUP = 0, - KILL_PROCESS_GROUP, KILL_PROCESS, KILL_NONE, _KILL_MODE_MAX, |