From: Alan T. DeKok Date: Tue, 30 Jan 2018 20:04:10 +0000 (-0500) Subject: remove unused struct entry X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=082df6768a36ee898a86639a5b61472ffedf97c1;p=thirdparty%2Ffreeradius-server.git remove unused struct entry --- diff --git a/src/lib/io/listen.h b/src/lib/io/listen.h index 1d38d511731..884413a3913 100644 --- a/src/lib/io/listen.h +++ b/src/lib/io/listen.h @@ -40,8 +40,6 @@ struct fr_listen { * Minimal data structure to use the new code. */ struct fr_async_t { - fr_dlist_t time_order; //!< tracking requests by time order - fr_time_t recv_time; fr_time_t *original_recv_time; fr_event_list_t *el; diff --git a/src/main/unlang_op.c b/src/main/unlang_op.c index bddaa9663c8..24467150e77 100644 --- a/src/main/unlang_op.c +++ b/src/main/unlang_op.c @@ -516,7 +516,6 @@ static REQUEST *unlang_child_alloc(REQUEST *request, unlang_t *instruction, rlm_ * Instead, all of it is done in the context of the * parent. */ - FR_DLIST_INIT(child->async->time_order); FR_DLIST_INIT(child->async->tracking.list); /*