From 65db103c6d9bf5e622bb5a2796819d52ad4106d5 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 7 Oct 2014 10:18:29 +0200 Subject: [PATCH] Remove obsolete attributes from timeout_data_t --- src/getdns/getdns_extra.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/getdns/getdns_extra.h b/src/getdns/getdns_extra.h index 74e200ef..9c5d0c8a 100644 --- a/src/getdns/getdns_extra.h +++ b/src/getdns/getdns_extra.h @@ -67,10 +67,6 @@ typedef getdns_return_t (*getdns_timeout_callback) (void* userarg); /* context timeout data */ typedef struct getdns_timeout_data { - /* a timeout id */ - getdns_transaction_t transaction_id; - /* the absolute time of the timeout */ - struct timeval timeout_time; /* the timeout callback to fire */ getdns_timeout_callback callback; /* timeout callback user arg */