From: Willy Tarreau Date: Sat, 8 Dec 2012 20:43:36 +0000 (+0100) Subject: CLEANUP: connection: remove unused server/proxy/task/si_applet declarations X-Git-Tag: v1.5-dev15~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02777a1df5ed217f6646a49509024e35e02edc99;p=thirdparty%2Fhaproxy.git CLEANUP: connection: remove unused server/proxy/task/si_applet declarations These ones are left-overs from the code before the introduction of obj_type. --- diff --git a/include/types/connection.h b/include/types/connection.h index 85ea48c306..b2396c44d2 100644 --- a/include/types/connection.h +++ b/include/types/connection.h @@ -35,10 +35,6 @@ struct connection; struct buffer; struct pipe; -struct server; -struct proxy; -struct si_applet; -struct task; /* Polling flags that are manipulated by I/O callbacks and handshake callbacks * indicate what they expect from a file descriptor at each layer. For each