Isolation: Remove nxt_clone().

Since the previous commit, this is no longer used.

Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
This commit is contained in:
Andrew Clayton
2022-11-19 02:27:22 +00:00
parent b0e2d9d0a1
commit 1388d311c6
2 changed files with 0 additions and 17 deletions

View File

@@ -33,9 +33,6 @@ typedef struct {
} nxt_clone_t;
pid_t nxt_clone(nxt_int_t flags);
#define nxt_is_clone_flag_set(flags, test) \
((flags & CLONE_##test) == CLONE_##test)