From 74e36a928b57d46bfac5ff00e6dc0774299758ad Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Wed, 20 May 2020 14:56:40 +0100 Subject: [PATCH] wrap: Remove a stale comment We already (optionally) use --unshare-pid since commit feb948ed. Signed-off-by: Simon McVittie <smcv@collabora.com> --- src/wrap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wrap.c b/src/wrap.c index 1d903d813..083c527ae 100644 --- a/src/wrap.c +++ b/src/wrap.c @@ -1206,8 +1206,6 @@ main (int argc, "--unsetenv", "PWD", NULL); - /* TODO: Potential future expansion: use --unshare-pid for more isolation */ - /* Put Steam Runtime environment variables back, if /usr is mounted * from the host. */ if (runtime == NULL) -- GitLab