Skip to content

Commit 9db43a7

Browse files
committed
remove unused macro
1 parent d54d494 commit 9db43a7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/lib/eap_aka_sim/state_machine.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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, \

src/lib/io/worker.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
7978
static _Atomic(uint64_t) request_number = 0;
8079

8180
FR_SLAB_TYPES(request, request_t)

0 commit comments

Comments
 (0)