Skip to content

Commit

Permalink
[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Jan 28, 2008
1 parent 78282d2 commit 797eba4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/dccp/ccids/lib/packet_history.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 797eba4

Please sign in to comment.