CLEANUP: mux-fcgi: Remove the unused function fcgi_strm_id()

This patch partially fixes the issue #295.
This commit is contained in:
Christopher Faulet 2019-09-24 14:10:59 +02:00
parent d022e9c98b
commit 82c798a082

View File

@ -613,12 +613,6 @@ static inline int fcgi_conn_is_dead(struct fcgi_conn *fconn)
/* functions below are for the FCGI protocol processing */
/********************************************************/
/* Returns the stream if of stream <fstrm> or 0 if <strm> is NULL */
static inline int fcgi_strm_id(const struct fcgi_strm *fstrm)
{
return (fstrm ? fstrm->id : 0);
}
/* Marks an error on the stream. */
static inline void fcgi_strm_error(struct fcgi_strm *fstrm)
{