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

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
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment