Re: [Qemu-devel] [PATCH v1 4/8] net: Make net_client_init() static

2018-02-19 Thread Paolo Bonzini
On 19/02/2018 10:15, Thomas Huth wrote: > The function is only used within net.c, so there's no need that > this is a global function. > > While we're at it, also remove the unused prototype compute_mcast_idx() > (the function has been removed in commit d9caeb09b107e91122d10ba4a08a). > > Signed-o

[Qemu-devel] [PATCH v1 4/8] net: Make net_client_init() static

2018-02-19 Thread Thomas Huth
The function is only used within net.c, so there's no need that this is a global function. While we're at it, also remove the unused prototype compute_mcast_idx() (the function has been removed in commit d9caeb09b107e91122d10ba4a08a). Signed-off-by: Thomas Huth --- include/net/net.h | 2 -- net