]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused variables
authorAlan T. DeKok <aland@freeradius.org>
Sat, 1 Feb 2020 14:15:46 +0000 (09:15 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 1 Feb 2020 14:15:46 +0000 (09:15 -0500)
src/lib/server/trunk_tests.c

index d325b6ddd6a0d6633ca28ed422a28aea8dfb459d..e2219cfb8aaa980cf8f4fae48364cdd7f3ee0e53 100644 (file)
@@ -635,7 +635,6 @@ static void test_enqueue_basic(void)
        TALLOC_CTX              *ctx = talloc_init("test");
        fr_trunk_t              *trunk;
        fr_event_list_t         *el;
-       int                     events;
        fr_trunk_conf_t         conf = {
                                        .start = 1,
                                        .min = 1,
@@ -1323,7 +1322,6 @@ static void test_connection_start_on_enqueue(void)
        TALLOC_CTX              *ctx = talloc_init("test");
        fr_trunk_t              *trunk;
        fr_event_list_t         *el;
-       int                     events;
        fr_trunk_conf_t         conf = {
                                        .start = 0,
                                        .min = 0,       /* No connections on start */
@@ -1375,7 +1373,6 @@ static void test_connection_rebalance_requests(void)
        TALLOC_CTX              *ctx = talloc_init("test");
        fr_trunk_t              *trunk;
        fr_event_list_t         *el;
-       int                     events;
        fr_trunk_conf_t         conf = {
                                        .start = 2,
                                        .min = 2,       /* No connections on start */