]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove unnecessary prototype
authorAlan T. DeKok <aland@freeradius.org>
Mon, 27 Jul 2015 19:38:54 +0000 (15:38 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 27 Jul 2015 19:38:54 +0000 (15:38 -0400)
src/main/connection.c

index 4ef03bdf623778405ce793251002db50db75a6dd..3680ccbbf58f6897defc97efba136fe3dcebface 100644 (file)
@@ -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)