aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2014-01-04 16:46:11 -0500
committerDavid S. Miller <davem@davemloft.net>2014-01-04 20:18:49 -0500
commitfd34d627aee8f32d6e54fdc0347be7a18e2d65ee (patch)
tree7d7d1d30719c2299c752f8bfbd4be2cb309dbbcc /net/dccp/dccp.h
parentcdf3e274cf1b36e9a2fef2d175cabc566af841b2 (diff)
dccp: remove obsolete code
This function is defined but not used. Remove it now, can be resurrected if ever needed. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r--net/dccp/dccp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index 30948784dd58..c67816647cce 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -479,7 +479,6 @@ void dccp_feat_list_purge(struct list_head *fn_list);
479 479
480int dccp_insert_options(struct sock *sk, struct sk_buff *skb); 480int dccp_insert_options(struct sock *sk, struct sk_buff *skb);
481int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *); 481int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
482int dccp_insert_option_elapsed_time(struct sk_buff *skb, u32 elapsed);
483u32 dccp_timestamp(void); 482u32 dccp_timestamp(void);
484void dccp_timestamping_init(void); 483void dccp_timestamping_init(void);
485int dccp_insert_option(struct sk_buff *skb, unsigned char option, 484int dccp_insert_option(struct sk_buff *skb, unsigned char option,