dovecot-2.2: lib-http: Removed useless prev,next fields from str...

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 15 03:38:25 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/9af78d53e22f
changeset: 16735:9af78d53e22f
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Sep 15 03:32:11 2013 +0300
description:
lib-http: Removed useless prev,next fields from struct http_client_request.

diffstat:

 src/lib-http/http-client-private.h |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 819dd674f100 -r 9af78d53e22f src/lib-http/http-client-private.h
--- a/src/lib-http/http-client-private.h	Sun Sep 15 03:31:51 2013 +0300
+++ b/src/lib-http/http-client-private.h	Sun Sep 15 03:32:11 2013 +0300
@@ -39,8 +39,6 @@
 	pool_t pool;
 	unsigned int refcount;
 
-	struct http_client_request *prev, *next;
-
 	const char *method, *hostname, *target;
 	in_port_t port;
 


More information about the dovecot-cvs mailing list