From 2c69e42788e9ed62b66a53fb77c87b20dace36c4 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Sun, 14 Feb 2016 13:32:16 +0200 Subject: [PATCH] sbuf: remove unused function --- src/sbuf.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.40.0