changeset 9233:770a02e0dbd2 HEAD

config: Removed unnecessary code.
author Timo Sirainen <tss@iki.fi>
date Tue, 05 May 2009 20:25:36 -0400
parents 2dcf2f313329
children 783a81c3deb7
files src/config/config-connection.c src/config/config-connection.h
diffstat 2 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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"
 
--- 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