Commit 74923546 authored by Ba Jing's avatar Ba Jing Committed by Shuah Khan
Browse files

clone3: clone3_cap_checkpoint_restore: remove unused MAX_PID_NS_LEVEL macro



The macro MAX_PID_NS_LEVEL is never referenced in the code, so remove it.

Signed-off-by: default avatarBa Jing <bajing@cmss.chinamobile.com>
Reviewed-by: default avatarChristian Brauner <brauner@kernel.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent ba872972
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@
#include "../kselftest_harness.h"
#include "clone3_selftests.h"

#define MAX_PID_NS_LEVEL 32

static void child_exit(int ret)
{
	fflush(stdout);