Skip to content

Commit fbc660b

Browse files
committed
got rid of unused variable n_requests
1 parent 830c5a9 commit fbc660b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fd_poller.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ context_get_num_pending_requests(PyObject *self, PyObject *args, PyObject *keywd
8989
struct getdns_context *context;
9090
uint64_t timeout = 0;
9191
struct timeval tv;
92-
uint32_t n_requests;
9392

9493
if (!PyArg_ParseTupleAndKeywords(args, keywds, "O|L", kwlist,
9594
&context_capsule, &timeout)) {

0 commit comments

Comments
 (0)