From: Alan T. DeKok Date: Fri, 8 Dec 2023 13:05:38 +0000 (-0500) Subject: remove unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b14926b96718636eada74fc6f0366c816b67ea;p=thirdparty%2Ffreeradius-server.git remove unused variable --- diff --git a/src/lib/server/exec.c b/src/lib/server/exec.c index 8c11bae2161..5a8f8fb985d 100644 --- a/src/lib/server/exec.c +++ b/src/lib/server/exec.c @@ -840,7 +840,6 @@ static void exec_reap(fr_event_list_t *el, pid_t pid, int status, void *uctx) static void exec_timeout(UNUSED fr_event_list_t *el, UNUSED fr_time_t now, void *uctx) { fr_exec_state_t *exec = uctx; /* may not be talloced */ - request_t *request = exec->request; if (exec->stdout_fd < 0) { fr_strerror_const("Timeout waiting for program to exit - killing it and failing the request");