From 1aafe01162ce6f679ddc9df615c1e1d5d6d6d9a5 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Wed, 14 May 2014 16:01:45 -0700 Subject: [PATCH] Remove the cgroups maintainer file We don't need this because it is covered by the libcontainer MAINTAINERS file Docker-DCO-1.1-Signed-off-by: Michael Crosby (github: crosbymichael) Upstream-commit: b22d10e3c541c46cebe7da44fd2f521c4bc653f4 Component: engine --- components/engine/pkg/libcontainer/cgroups/MAINTAINERS | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 components/engine/pkg/libcontainer/cgroups/MAINTAINERS diff --git a/components/engine/pkg/libcontainer/cgroups/MAINTAINERS b/components/engine/pkg/libcontainer/cgroups/MAINTAINERS deleted file mode 100644 index 30cb8bba27..0000000000 --- a/components/engine/pkg/libcontainer/cgroups/MAINTAINERS +++ /dev/null @@ -1,3 +0,0 @@ -Michael Crosby (@crosbymichael) -Rohit Jnagal (@rjnagal) -Victor Marmol (@vmarmol)