Re: [ovs-dev] [PATCH] lib: Remove unused function prototypes

2016-02-12 Thread Andy Zhou
On Fri, Feb 12, 2016 at 11:05 AM, Russell Bryant wrote: > On 02/12/2016 02:04 PM, Andy Zhou wrote: > > Found by inspection. > > > > Signed-off-by: Andy Zhou > > --- > > lib/stream.h | 4 > > 1 file changed, 4 deletions(-) > > > > diff --git a/lib/stream.h b/lib/stream.h > > index 0db50da..

Re: [ovs-dev] [PATCH] lib: Remove unused function prototypes

2016-02-12 Thread Russell Bryant
On 02/12/2016 02:04 PM, Andy Zhou wrote: > Found by inspection. > > Signed-off-by: Andy Zhou > --- > lib/stream.h | 4 > 1 file changed, 4 deletions(-) > > diff --git a/lib/stream.h b/lib/stream.h > index 0db50da..f8e1891 100644 > --- a/lib/stream.h > +++ b/lib/stream.h > @@ -37,10 +37,6 @

[ovs-dev] [PATCH] lib: Remove unused function prototypes

2016-02-12 Thread Andy Zhou
Found by inspection. Signed-off-by: Andy Zhou --- lib/stream.h | 4 1 file changed, 4 deletions(-) diff --git a/lib/stream.h b/lib/stream.h index 0db50da..f8e1891 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -37,10 +37,6 @@ int stream_open(const char *name, struct stream **, uint8_t ds

Re: [ovs-dev] [PATCH] lib: remove unused function

2016-01-12 Thread Andy Zhou
On Tue, Jan 12, 2016 at 12:37 PM, Ben Pfaff wrote: > On Tue, Jan 12, 2016 at 12:34:58PM -0800, Andy Zhou wrote: > > Remove unused implementation of ovsdb_idl_row_apply_diff(). > > > > Reported-by: Ben Pfaff > > Signed-off-by: Andy Zhou > > Thanks! > > Acked-by: Ben Pfaff > Thanks, pushed to m

Re: [ovs-dev] [PATCH] lib: remove unused function

2016-01-12 Thread Ben Pfaff
On Tue, Jan 12, 2016 at 12:34:58PM -0800, Andy Zhou wrote: > Remove unused implementation of ovsdb_idl_row_apply_diff(). > > Reported-by: Ben Pfaff > Signed-off-by: Andy Zhou Thanks! Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http:

[ovs-dev] [PATCH] lib: remove unused function

2016-01-12 Thread Andy Zhou
Remove unused implementation of ovsdb_idl_row_apply_diff(). Reported-by: Ben Pfaff Signed-off-by: Andy Zhou --- lib/ovsdb-idl.c | 57 - 1 file changed, 57 deletions(-) diff --git a/lib/ovsdb-idl.c b/lib/ovsdb-idl.c index a3dfcb9..7e84138