From: Alan T. DeKok Date: Mon, 27 Jul 2015 19:38:54 +0000 (-0400) Subject: Remove unnecessary prototype X-Git-Tag: release_3_0_10~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079eac7180736fb1289e86d6462f1d690768b6e2;p=thirdparty%2Ffreeradius-server.git Remove unnecessary prototype --- diff --git a/src/main/connection.c b/src/main/connection.c index 4ef03bdf623..3680ccbbf58 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -166,8 +166,6 @@ static const CONF_PARSER connection_config[] = { { NULL, -1, 0, NULL, NULL } }; -static fr_connection_t *fr_connection_reconnect_internal(fr_connection_pool_t *pool, fr_connection_t *conn); - /** Order connections by reserved most recently */ static int last_reserved_cmp(void const *one, void const *two)