We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0780ba9 commit 11ed7a2Copy full SHA for 11ed7a2
1 file changed
src/common/kqueue.c
@@ -139,8 +139,6 @@ TSAN_IGNORE
139
void
140
libkqueue_pre_fork(void)
141
{
142
- struct kqueue *kq, *kq_tmp;
143
-
144
/*
145
* Unfortunately there's no way to remove the atfork
146
* handlers, so all we can do if cleanup is
@@ -198,8 +196,6 @@ libkqueue_parent_fork(void)
198
196
199
197
libkqueue_child_fork(void)
200
201
202
203
libkqueue_in_child = true;
204
205
if (!libkqueue_fork_cleanup_active)
0 commit comments