mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 12:28:52 +01:00
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
|
struct user_query
|
||||||
{
|
{
|
||||||
rb_dlink_node node;
|
|
||||||
|
|
||||||
struct dns_query *query; /* Pending DNS query */
|
struct dns_query *query; /* Pending DNS query */
|
||||||
time_t timeout; /* When the request times out */
|
time_t timeout; /* When the request times out */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue