diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2007-12-08 13:08:41 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:57:03 -0500 |
commit | 797eba424d4332f6aff5b741600b61e3d4b3d3f2 (patch) | |
tree | f29150076bb9032eb1e11a9a83c974b7875b3553 | |
parent | 78282d2af598a1840934e2049a5c196885647f6a (diff) |
[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/dccp/ccids/lib/packet_history.c | 5 |
1 files changed, 0 insertions, 5 deletions
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, | |||
151 | } | 151 | } |
152 | EXPORT_SYMBOL_GPL(tfrc_rx_hist_add_packet); | 152 | EXPORT_SYMBOL_GPL(tfrc_rx_hist_add_packet); |
153 | 153 | ||
154 | static inline void tfrc_rx_hist_entry_delete(struct tfrc_rx_hist_entry *entry) | ||
155 | { | ||
156 | kmem_cache_free(tfrc_rx_hist_slab, entry); | ||
157 | } | ||
158 | |||
159 | /** | 154 | /** |
160 | * tfrc_rx_hist_entry - return the n-th history entry after loss_start | 155 | * tfrc_rx_hist_entry - return the n-th history entry after loss_start |
161 | */ | 156 | */ |