[NET] 9p: kill dead static inline buf_put_string

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, February 1, 2008 - 4:00 am

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=867420...
Commit:     8674204a4977b5676d229f772c23f0091de9c23c
Parent:     e1770d97a730ff4c3aa1775d98f4d0558390607f
Author:     Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
AuthorDate: Mon Jan 28 20:28:26 2008 -0800
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Thu Jan 31 19:27:05 2008 -0800

    [NET] 9p: kill dead static inline buf_put_string
    
    Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
    Acked-by: Eric Van Hensbergen <ericvh@gmail.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
---
 net/9p/conv.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/net/9p/conv.c b/net/9p/conv.c
index aa2aa98..3fe35d5 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[NET] 9p: kill dead static inline buf_put_string, Linux Kernel Mailing ..., (Fri Feb 1, 4:00 am)