summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/net.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/net.c b/net/net.c
index 4ecaf80bd1..5bc0a343ae 100644
--- a/net/net.c
+++ b/net/net.c
@@ -1625,11 +1625,6 @@ uint32_t net_crc32_le(const uint8_t *p, int len)
return crc;
}
-unsigned compute_mcast_idx(const uint8_t *ep)
-{
- return net_crc32(ep, ETH_ALEN) >> 26;
-}
-
QemuOptsList qemu_netdev_opts = {
.name = "netdev",
.implied_opt_name = "type",