Skip to content

Commit 11ed7a2

Browse files
committed
Remove unused variables
1 parent 0780ba9 commit 11ed7a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/common/kqueue.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ TSAN_IGNORE
139139
void
140140
libkqueue_pre_fork(void)
141141
{
142-
struct kqueue *kq, *kq_tmp;
143-
144142
/*
145143
* Unfortunately there's no way to remove the atfork
146144
* handlers, so all we can do if cleanup is
@@ -198,8 +196,6 @@ libkqueue_parent_fork(void)
198196
void
199197
libkqueue_child_fork(void)
200198
{
201-
struct kqueue *kq, *kq_tmp;
202-
203199
libkqueue_in_child = true;
204200

205201
if (!libkqueue_fork_cleanup_active)

0 commit comments

Comments
 (0)