From 797eba424d4332f6aff5b741600b61e3d4b3d3f2 Mon Sep 17 00:00:00 2001 From: Gerrit Renker Date: Sat, 8 Dec 2007 16:08:41 -0200 Subject: [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- net/dccp/ccids/lib/packet_history.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net/dccp/ccids/lib') diff --git a/net/dccp/ccids/lib/packet_history.c b/net/dccp/ccids/lib/packet_history.c index 54cd23e7c27e..af44082f56ea 100644 --- a/net/dccp/ccids/lib/packet_history.c +++ b/net/dccp/ccids/lib/packet_history.c @@ -151,11 +151,6 @@ void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, } EXPORT_SYMBOL_GPL(tfrc_rx_hist_add_packet); -static inline void tfrc_rx_hist_entry_delete(struct tfrc_rx_hist_entry *entry) -{ - kmem_cache_free(tfrc_rx_hist_slab, entry); -} - /** * tfrc_rx_hist_entry - return the n-th history entry after loss_start */ -- cgit v1.2.3-59-g8ed1b