Skip to content

Commit

Permalink
[TIPC]: Remove unused functions
Browse files Browse the repository at this point in the history
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Per Liden authored and David S. Miller committed Mar 21, 2006
1 parent 05790c6 commit 7c501a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions net/tipc/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -2539,11 +2539,6 @@ int tipc_link_send_long_buf(struct link *l_ptr, struct sk_buff *buf)
* pending message. This makes dynamic memory allocation unecessary.
*/

static u32 get_long_msg_seqno(struct sk_buff *buf)
{
return msg_seqno(buf_msg(buf));
}

static void set_long_msg_seqno(struct sk_buff *buf, u32 seqno)
{
msg_set_seqno(buf_msg(buf), seqno);
Expand Down
5 changes: 0 additions & 5 deletions net/tipc/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ static u32 port_out_seqno(struct port *p_ptr)
return msg_transp_seqno(&p_ptr->publ.phdr);
}

static void port_set_out_seqno(struct port *p_ptr, u32 seqno)
{
msg_set_transp_seqno(&p_ptr->publ.phdr,seqno);
}

static void port_incr_out_seqno(struct port *p_ptr)
{
struct tipc_msg *m = &p_ptr->publ.phdr;
Expand Down

0 comments on commit 7c501a5

Please sign in to comment.