Re: [ovs-dev] [PATCH] rconn: Remove dead code and data.

2015-01-19 Thread Ben Pfaff
On Mon, Jan 19, 2015 at 02:12:55PM +0100, Thomas Graf wrote: > On 01/18/15 at 04:26pm, Ben Pfaff wrote: > > These functions had no callers, so remove them and the data maintained > > just to implement them. > > > > Found by inspection. > > > > Signed-off-by: Ben Pfaff > > Acked-by: Thomas Graf

Re: [ovs-dev] [PATCH] rconn: Remove dead code and data.

2015-01-19 Thread Thomas Graf
On 01/18/15 at 04:26pm, Ben Pfaff wrote: > These functions had no callers, so remove them and the data maintained > just to implement them. > > Found by inspection. > > Signed-off-by: Ben Pfaff Acked-by: Thomas Graf ___ dev mailing list dev@openvswit

[ovs-dev] [PATCH] rconn: Remove dead code and data.

2015-01-18 Thread Ben Pfaff
These functions had no callers, so remove them and the data maintained just to implement them. Found by inspection. Signed-off-by: Ben Pfaff --- lib/rconn.c | 26 +- lib/rconn.h | 4 +--- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/lib/rconn.c b/lib/