net: remove unused compute_mcast_idx() function
commitd9caeb09b107e91122d10ba4a08a4af2b59c69cf
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 15 Dec 2017 18:41:55 +0000 (15 18:41 +0000)
committerJason Wang <jasowang@redhat.com>
Fri, 22 Dec 2017 02:01:27 +0000 (22 10:01 +0800)
tree7f2d70f59d5c5e271e4d6efc19a6517f964dd756
parente7a58fc71ca039ae46590e9395467cea283d259c
net: remove unused compute_mcast_idx() function

Now that all of the callers have been converted to compute the multicast index
inline using new net CRC functions, this function can now be dropped.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/net.c