From: Marko Kreen Date: Sun, 14 Feb 2016 11:32:16 +0000 (+0200) Subject: sbuf: remove unused function X-Git-Tag: pgbouncer_1_7_1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c69e42788e9ed62b66a53fb77c87b20dace36c4;p=pgbouncer sbuf: remove unused function --- diff --git a/src/sbuf.c b/src/sbuf.c index c754ad9..8d9cc0a 100644 --- a/src/sbuf.c +++ b/src/sbuf.c @@ -78,8 +78,6 @@ static bool sbuf_actual_recv(SBuf *sbuf, unsigned len) _MUSTCHECK; static bool sbuf_after_connect_check(SBuf *sbuf) _MUSTCHECK; static bool handle_tls_handshake(SBuf *sbuf) /* _MUSTCHECK */; -static inline IOBuf *get_iobuf(SBuf *sbuf) { return sbuf->io; } - /* regular I/O */ static int raw_sbufio_recv(struct SBuf *sbuf, void *dst, unsigned int len); static int raw_sbufio_send(struct SBuf *sbuf, const void *data, unsigned int len);