libcontainer/system: remove alias for deprecated RunningInUserNS

These were deprecated and moved; the stubs were included in the
last two (rc94, rc95) releases, so external consumers would have
the chance to update their code.

Removing this so that this doesn't get into v1.0.0 GA

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-06-04 17:48:48 +02:00
parent 3f23a736cb
commit 8fe3dfbb88
-7
View File
@@ -1,7 +0,0 @@
package system
import "github.com/opencontainers/runc/libcontainer/userns"
// RunningInUserNS detects whether we are currently running in a user namespace.
// Deprecated: use github.com/opencontainers/runc/libcontainer/userns.RunningInUserNS instead
var RunningInUserNS = userns.RunningInUserNS