From cf361d35fe3e78412e79fff7cc85f54b44a404ba Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 26 Aug 2014 14:32:28 +0300 Subject: [PATCH] auth: removed useless static declaration _handle_open_tls() declared as static function but not defined. --- src/auth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/auth.c b/src/auth.c index ea4d4b5..7530b27 100644 --- a/src/auth.c +++ b/src/auth.c @@ -56,7 +56,6 @@ #endif static void _auth(xmpp_conn_t * const conn); -static void _handle_open_tls(xmpp_conn_t * const conn); static void _handle_open_sasl(xmpp_conn_t * const conn); static int _handle_missing_legacy(xmpp_conn_t * const conn, void * const userdata);