mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 09:05:40 +00:00
removed unused variable poke_needed
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.171 2000/11/17 21:04:12 gson Exp $ */
|
||||
/* $Id: socket.c,v 1.172 2000/11/22 23:48:14 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -3013,7 +3013,6 @@ isc_socket_getsockname(isc_socket_t *sock, isc_sockaddr_t *addressp) {
|
||||
*/
|
||||
void
|
||||
isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) {
|
||||
isc_boolean_t poke_needed;
|
||||
|
||||
REQUIRE(VALID_SOCKET(sock));
|
||||
|
||||
@@ -3024,8 +3023,6 @@ isc_socket_cancel(isc_socket_t *sock, isc_task_t *task, unsigned int how) {
|
||||
if (how == 0)
|
||||
return;
|
||||
|
||||
poke_needed = ISC_FALSE;
|
||||
|
||||
LOCK(&sock->lock);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user