From: Alan T. DeKok Date: Thu, 20 Aug 2020 21:54:42 +0000 (-0400) Subject: remove unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9982daaaa00dd76fd0d5510643a044f2cc71da12;p=thirdparty%2Ffreeradius-server.git remove unused variable --- diff --git a/src/modules/proto_tacacs/proto_tacacs_auth.c b/src/modules/proto_tacacs/proto_tacacs_auth.c index e8abdbd8e05..70cd499ecd2 100644 --- a/src/modules/proto_tacacs/proto_tacacs_auth.c +++ b/src/modules/proto_tacacs/proto_tacacs_auth.c @@ -153,7 +153,6 @@ static rlm_rcode_t mod_process(module_ctx_t const *mctx, REQUEST *request) CONF_SECTION *unlang; fr_dict_enum_t const *dv = NULL; fr_cursor_t cursor; - void *instruction; fr_tacacs_auth_request_ctx_t const *auth_ctx; REQUEST_VERIFY(request);