Re: [Qemu-devel] [PATCH] net: remove parse_host_src_port() function
On Thu, Feb 24, 2011 at 12:22:10PM +0100, Juan Quintela wrote: > It was deprecated, and it has no users. > > Signed-off-by: Juan Quintela > --- > net.c | 41 - > qemu_socket.h |3 --- > 2 files changed, 0 insertions(+), 44 deletions(-) Thank
[Qemu-devel] [PATCH] net: remove parse_host_src_port() function
It was deprecated, and it has no users. Signed-off-by: Juan Quintela --- net.c | 41 - qemu_socket.h |3 --- 2 files changed, 0 insertions(+), 44 deletions(-) diff --git a/net.c b/net.c index ec4745d..4c3e083 100644 --- a/net.c +++ b/net.c @