providers/rdns: remove useless struct member
This commit is contained in:
parent
8ed8e5cae8
commit
1d591813c3
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@
|
|||
|
||||
struct user_query
|
||||
{
|
||||
rb_dlink_node node;
|
||||
|
||||
struct dns_query *query; /* Pending DNS query */
|
||||
time_t timeout; /* When the request times out */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue