Skip to content

Commit 7492354

Browse files
Ba Jingshuahkh
authored andcommitted
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 <bajing@cmss.chinamobile.com> Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent ba87297 commit 7492354

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/testing/selftests/clone3/clone3_cap_checkpoint_restore.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
#include "../kselftest_harness.h"
2828
#include "clone3_selftests.h"
2929

30-
#define MAX_PID_NS_LEVEL 32
31-
3230
static void child_exit(int ret)
3331
{
3432
fflush(stdout);

0 commit comments

Comments
 (0)