Skip to content

Commit

Permalink
[NET] 9p: kill dead static inline buf_put_string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Feb 1, 2008
1 parent e1770d9 commit 8674204
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/9p/conv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8674204

Please sign in to comment.