summaryrefslogtreecommitdiff
path: root/src/core/execute.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-02-17 14:58:22 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-02-23 15:09:13 +0900
commit06b3a2f6f06697e6870b131dce1f3f7422d549d1 (patch)
tree6f41b9b19abaf8de0e307645ccf306de44b547c0 /src/core/execute.c
parentdcef5e293f409a73c2e49f0b6f3c4ecd60df7618 (diff)
downloadsystemd-06b3a2f6f06697e6870b131dce1f3f7422d549d1.tar.gz
core/namespace: drop unused field in NamespaceInfo
Diffstat (limited to 'src/core/execute.c')
-rw-r--r--src/core/execute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c
index 9bfeacfb62..1ed81a5c6d 100644
--- a/src/core/execute.c
+++ b/src/core/execute.c
@@ -3591,7 +3591,6 @@ static int apply_mount_namespace(
.protect_kernel_logs = context->protect_kernel_logs,
.protect_hostname = context->protect_hostname,
.mount_apivfs = exec_context_get_effective_mount_apivfs(context),
- .private_mounts = context->private_mounts,
.protect_home = context->protect_home,
.protect_system = context->protect_system,
.protect_proc = context->protect_proc,