]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused struct entry
authorAlan T. DeKok <aland@freeradius.org>
Tue, 30 Jan 2018 20:04:10 +0000 (15:04 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 31 Jan 2018 11:37:07 +0000 (06:37 -0500)
src/lib/io/listen.h
src/main/unlang_op.c

index 1d38d5117315b5a550c8fccbd72620968a867f32..884413a391358082a50a82f650bf4e7286b5d7e7 100644 (file)
@@ -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;
index bddaa9663c83c4c616f67ccd77bb9f4b07a7905c..24467150e77830f1f049644e2a29526b50e36867 100644 (file)
@@ -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);
 
        /*