commit | f48d2ccee1ba3b2bdb0901d4e5bb3cfe2edd7b36 | [log] [tgz] |
---|---|---|
author | Tim Beale <timbeale@catalyst.net.nz> | Fri Jun 14 16:41:27 2019 +1200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 14 19:52:07 2019 -0700 |
tree | e05c5a93209b47c8a417e3f6624a893316373ada | |
parent | 735453730a05391b4be97ad408b3bef07df13fe7 [diff] |
udp: Remove unused variable/function (exact_dif) This was originally passed through to the VRF logic in compute_score(). But that logic has now been replaced by udp_sk_bound_dev_eq() and so this code is no longer used or needed. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>