From 02777a1df5ed217f6646a49509024e35e02edc99 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 Dec 2012 21:43:36 +0100 Subject: [PATCH] CLEANUP: connection: remove unused server/proxy/task/si_applet declarations These ones are left-overs from the code before the introduction of obj_type. --- include/types/connection.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/types/connection.h b/include/types/connection.h index 85ea48c30..b2396c44d 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