This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new b23908fa9 Removed dead field 'subsystem' from the 
`LinuxLauncherProcess`.
b23908fa9 is described below

commit b23908fa9c520a941111bf4c56ceee64d14331f1
Author: Devin Leamy <[email protected]>
AuthorDate: Thu Apr 4 17:16:24 2024 +0000

    Removed dead field 'subsystem' from the `LinuxLauncherProcess`.
---
 src/slave/containerizer/mesos/linux_launcher.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/slave/containerizer/mesos/linux_launcher.cpp 
b/src/slave/containerizer/mesos/linux_launcher.cpp
index 0c8c8907c..6ece55946 100644
--- a/src/slave/containerizer/mesos/linux_launcher.cpp
+++ b/src/slave/containerizer/mesos/linux_launcher.cpp
@@ -104,7 +104,6 @@ private:
 
   Future<Nothing> _destroy(const ContainerID& containerId);
 
-  static const string subsystem;
   const Flags flags;
   const string freezerHierarchy;
   const Option<string> systemdHierarchy;

Reply via email to