From: Ba Jing Date: Tue, 3 Sep 2024 03:36:28 +0000 (+0800) Subject: clone3: clone3_cap_checkpoint_restore: remove unused MAX_PID_NS_LEVEL macro X-Git-Tag: v6.12-rc2~13^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74923546a0f5affe867a15e83e21c2f043f9298a;p=thirdparty%2Fkernel%2Flinux.git 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: Ba Jing Reviewed-by: Christian Brauner Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c b/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c index 31b56d6256550..3c196fa86c992 100644 --- a/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c +++ b/tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c @@ -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);