File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,6 @@ RCSID("$Id$")
6363 module_ctx_t const *mctx, \
6464 request_t *request)
6565
66- #define RESUME_NO_RESULT (_x ) \
67- static inline unlang_action_t resume_ ## _x(UNUSED unlang_result_t *p_result, \
68- module_ctx_t const *mctx, \
69- request_t *request)
70-
71-
7266#define STATE_TRANSITION (_x ) guard_ ## _x(p_result, mctx, request)
7367
7468#define CALL_SECTION (_x ) unlang_module_yield_to_section(&eap_aka_sim_session->section_result, \
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ static void worker_verify(fr_worker_t *worker);
7575#define WORKER_VERIFY
7676#endif
7777
78- #define CACHE_LINE_SIZE 64
7978static _Atomic (uint64_t ) request_number = 0 ;
8079
8180FR_SLAB_TYPES (request , request_t )
You can’t perform that action at this time.
0 commit comments