chiark / gitweb /
exec: drop process group kill mode since it has little use and confuses the user
[elogind.git] / src / execute.h
index 44856d11fab7322174db9afc1af6506232270232..208fe4ad5e1660710cd1f99181f0d7e954885520 100644 (file)
@@ -43,7 +43,6 @@ struct CGroupBonding;
 
 typedef enum KillMode {
         KILL_CONTROL_GROUP = 0,
-        KILL_PROCESS_GROUP,
         KILL_PROCESS,
         KILL_NONE,
         _KILL_MODE_MAX,