The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/375
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From 78047e47c3dc324f4a7cb0a1ee6d521ed2ac1489 Mon Sep 17 00:00:00 2001 From: Christian Brauner <christian.brau...@ubuntu.com> Date: Mon, 16 Mar 2020 17:46:57 +0100 Subject: [PATCH] cgroups: remove unused function Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> --- src/cgroups/cgfsng.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/cgroups/cgfsng.c b/src/cgroups/cgfsng.c index 61916b8..4d4d4b2 100644 --- a/src/cgroups/cgfsng.c +++ b/src/cgroups/cgfsng.c @@ -165,12 +165,6 @@ static struct hierarchy *cgfsng_get_hierarchy(struct cgroup_ops *ops, return NULL; } -static inline struct hierarchy *get_hierarchy(struct cgroup_ops *ops, - const char *controller) -{ - return cgfsng_get_hierarchy(ops, controller); -} - /* Given two null-terminated lists of strings, return true if any string is in * both. */
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel