dovecot-2.2: lib-http: Removed unused code.

dovecot at dovecot.org dovecot at dovecot.org
Thu Apr 4 13:21:51 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/ace3911ca077
changeset: 16146:ace3911ca077
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 04 13:21:42 2013 +0300
description:
lib-http: Removed unused code.

diffstat:

 src/lib-http/http-client-peer.c |  12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diffs (22 lines):

diff -r 02f6b66458b1 -r ace3911ca077 src/lib-http/http-client-peer.c
--- a/src/lib-http/http-client-peer.c	Thu Apr 04 13:20:59 2013 +0300
+++ b/src/lib-http/http-client-peer.c	Thu Apr 04 13:21:42 2013 +0300
@@ -36,18 +36,6 @@
 	}
 }
 
-static inline void ATTR_FORMAT(2, 3)
-http_client_peer_error(struct http_client_peer *peer,
-	const char *format, ...)
-{
-	va_list args;
-	va_start(args, format);	
-	i_error("http-client: peer %s:%u: %s", 
-		net_ip2addr(&peer->addr.ip), peer->addr.port,
-		t_strdup_vprintf(format, args));
-	va_end(args);
-}
-
 /*
  * Peer address
  */


More information about the dovecot-cvs mailing list