mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-23 15:19:36 -04:00
CLEANUP: connection: remove unused server/proxy/task/si_applet declarations
These ones are left-overs from the code before the introduction of obj_type.
This commit is contained in:
parent
fc8f1f0382
commit
02777a1df5
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue