diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2013-12-28 14:08:22 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-28 17:03:20 -0500 |
commit | 068a6e183484b1c619025da502a6fbfa53c50991 (patch) | |
tree | 30f23c55a7e6db1ab2e7b37d23596bc10629165b /include/net/inetpeer.h | |
parent | 7195cf72211d77108de8271a247ec2876ae60502 (diff) |
ipv4: remove unused function
inetpeer_invalidate_family defined but never used
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inetpeer.h')
-rw-r--r-- | include/net/inetpeer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h index f4e127af4e17..6efe73c79c52 100644 --- a/include/net/inetpeer.h +++ b/include/net/inetpeer.h | |||
@@ -163,7 +163,6 @@ void inet_putpeer(struct inet_peer *p); | |||
163 | bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout); | 163 | bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout); |
164 | 164 | ||
165 | void inetpeer_invalidate_tree(struct inet_peer_base *); | 165 | void inetpeer_invalidate_tree(struct inet_peer_base *); |
166 | void inetpeer_invalidate_family(int family); | ||
167 | 166 | ||
168 | /* | 167 | /* |
169 | * temporary check to make sure we dont access rid, ip_id_count, tcp_ts, | 168 | * temporary check to make sure we dont access rid, ip_id_count, tcp_ts, |