mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '2344-devpoll-lockid-dead-code' into 'main'
Remove dead code Closes #2344 See merge request isc-projects/bind9!5384
This commit is contained in:
commit
ce081f310d
1 changed files with 0 additions and 1 deletions
|
|
@ -803,7 +803,6 @@ unwatch_fd(isc__socketthread_t *thread, int fd, int msg) {
|
|||
#elif defined(USE_DEVPOLL)
|
||||
struct pollfd pfds[2];
|
||||
size_t writelen = sizeof(pfds[0]);
|
||||
int lockid = FDLOCK_ID(fd);
|
||||
|
||||
memset(pfds, 0, sizeof(pfds));
|
||||
pfds[0].events = POLLREMOVE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue