dovecot-2.0: config: Removed unnecessary code.

dovecot at dovecot.org dovecot at dovecot.org
Wed May 6 04:28:41 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/770a02e0dbd2
changeset: 9233:770a02e0dbd2
user:      Timo Sirainen <tss at iki.fi>
date:      Tue May 05 20:25:36 2009 -0400
description:
config: Removed unnecessary code.

diffstat:

2 files changed, 9 deletions(-)
src/config/config-connection.c |    4 ----
src/config/config-connection.h |    5 -----

diffs (35 lines):

diff -r 2dcf2f313329 -r 770a02e0dbd2 src/config/config-connection.c
--- a/src/config/config-connection.c	Tue May 05 20:25:13 2009 -0400
+++ b/src/config/config-connection.c	Tue May 05 20:25:36 2009 -0400
@@ -1,13 +1,9 @@
 /* Copyright (C) 2005-2009 Dovecot authors, see the included COPYING file */
 
 #include "lib.h"
-#include "array.h"
 #include "llist.h"
-#include "ioloop.h"
-#include "network.h"
 #include "istream.h"
 #include "ostream.h"
-#include "env-util.h"
 #include "config-request.h"
 #include "config-connection.h"
 
diff -r 2dcf2f313329 -r 770a02e0dbd2 src/config/config-connection.h
--- a/src/config/config-connection.h	Tue May 05 20:25:13 2009 -0400
+++ b/src/config/config-connection.h	Tue May 05 20:25:36 2009 -0400
@@ -1,14 +1,9 @@
 #ifndef CONFIG_CONNECTION_H
 #define CONFIG_CONNECTION_H
-
-enum config_dump_flags;
 
 struct config_connection *config_connection_create(int fd);
 void config_connection_destroy(struct config_connection *conn);
 
-void config_connection_dump_request(int fd, const char *service,
-				    enum config_dump_flags flags);
-
 void config_connections_destroy_all(void);
 
 #endif


More information about the dovecot-cvs mailing list