]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove dead code
authorMark Andrews <marka@isc.org>
Wed, 2 Sep 2020 03:26:21 +0000 (13:26 +1000)
committerMark Andrews <marka@isc.org>
Wed, 2 Sep 2020 12:17:48 +0000 (12:17 +0000)
lib/isc/unix/socket.c

index 731cb60eefdcbebecadcce32c5b18fb59046d488..43883dbe6e6ecc97b5a07ca7d249b7d37030a293 100644 (file)
@@ -715,7 +715,6 @@ watch_fd(isc__socketthread_t *thread, int fd, int msg) {
        return (result);
 #elif defined(USE_DEVPOLL)
        struct pollfd pfd;
-       int lockid = FDLOCK_ID(fd);
 
        memset(&pfd, 0, sizeof(pfd));
        if (msg == SELECT_POKE_READ) {