diff options
Diffstat (limited to 'src/execute.c')
-rw-r--r-- | src/execute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/execute.c b/src/execute.c index a467411f7d..cd44640a53 100644 --- a/src/execute.c +++ b/src/execute.c @@ -1933,7 +1933,6 @@ DEFINE_STRING_TABLE_LOOKUP(exec_output, ExecOutput); static const char* const kill_mode_table[_KILL_MODE_MAX] = { [KILL_CONTROL_GROUP] = "control-group", - [KILL_PROCESS_GROUP] = "process-group", [KILL_PROCESS] = "process", [KILL_NONE] = "none" }; |