]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Removed unused variable
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Feb 2017 00:20:03 +0000 (00:20 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2017 00:20:03 +0000 (00:20 +0000)
src/modules/rlm_sql/rlm_sql.c

index 5e126079781b222eb49afa330ead16042e4a3b74..64e9758a451c244c18a90e512a2937c7b26999d5 100644 (file)
@@ -154,7 +154,6 @@ static ssize_t sql_xlat(UNUSED TALLOC_CTX *ctx, char **out, UNUSED size_t outlen
        rlm_sql_t const         *inst = mod_inst;
        sql_rcode_t             rcode;
        ssize_t                 ret = 0;
-       size_t                  len = 0;
        char const              *p;
 
        handle = fr_connection_get(inst->pool, request);        /* connection pool should produce error */