From 8674204a4977b5676d229f772c23f0091de9c23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= Date: Mon, 28 Jan 2008 20:28:26 -0800 Subject: [NET] 9p: kill dead static inline buf_put_string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ilpo Järvinen Acked-by: Eric Van Hensbergen Signed-off-by: David S. Miller --- net/9p/conv.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net/9p') diff --git a/net/9p/conv.c b/net/9p/conv.c index aa2aa9884f9..3fe35d532c8 100644 --- a/net/9p/conv.c +++ b/net/9p/conv.c @@ -128,11 +128,6 @@ static char *buf_put_stringn(struct cbuf *buf, const char *s, u16 slen) return ret; } -static inline void buf_put_string(struct cbuf *buf, const char *s) -{ - buf_put_stringn(buf, s, strlen(s)); -} - static u8 buf_get_int8(struct cbuf *buf) { u8 ret = 0; -- cgit v1.2.3