]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unused
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 14 Feb 2021 22:19:20 +0000 (22:19 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 14 Feb 2021 22:19:20 +0000 (22:19 +0000)
src/lib/server/request.c
src/lib/server/request.h

index 062c7015d4b2b8db8ecd1b7b26db6a5f23b38b9e..27e2b1096f7cda707d120d7901c6a706105ec0c7 100644 (file)
@@ -285,8 +285,6 @@ static inline CC_HINT(always_inline) int request_init(char const *file, int line
  */
 static int _request_free(request_t *request)
 {
-       fr_assert(!request->ev);
-
        /*
         *      Reinsert into the free list if it's not already
         *      in the free list.
index 1e30c234674df1c120d023322e598dd3b3e94b2a..9f7e544cc605f037d00de2d0aa731bdec4c26aeb 100644 (file)
@@ -203,8 +203,6 @@ struct request_s {
        char const              *component;     //!< Section the request is in.
        char const              *module;        //!< Module the request is currently being processed by.
 
-       fr_event_timer_t const  *ev;            //!< Event in event loop tied to this request.
-
        fr_rb_node_t            dedup_node;     //!< entry in the deduplication tree.
        int32_t                 runnable_id;    //!< entry in the queue / heap of runnable packets
        int32_t                 time_order_id;  //!< entry in the queue / heap of time ordered packets