]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused variable
authorAlan T. DeKok <aland@freeradius.org>
Thu, 20 Aug 2020 21:54:42 +0000 (17:54 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 20 Aug 2020 21:54:42 +0000 (17:54 -0400)
src/modules/proto_tacacs/proto_tacacs_auth.c

index e8abdbd8e05cb86ede6d3d190e8d8784e875835a..70cd499ecd213e00590a914f228da52dd67cabcf 100644 (file)
@@ -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);