mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-27 00:57:03 -04:00
CLEANUP: conn-stream: Remove cs_destroy()
This function is no longer used.
This commit is contained in:
parent
54e85cbfc7
commit
e3a3af1ec8
1 changed files with 0 additions and 7 deletions
|
|
@ -96,13 +96,6 @@ static inline struct stream_interface *cs_si(const struct conn_stream *cs)
|
|||
return (cs_strm(cs) ? cs->si : NULL);
|
||||
}
|
||||
|
||||
/* Release a conn_stream */
|
||||
static inline void cs_destroy(struct conn_stream *cs)
|
||||
{
|
||||
cs_detach_endp(cs);
|
||||
cs_free(cs);
|
||||
}
|
||||
|
||||
static inline const char *cs_get_data_name(const struct conn_stream *cs)
|
||||
{
|
||||
if (!cs || !cs->data_cb)
|
||||
|
|
|
|||
Loading…
Reference in a new issue