diff mbox series

[ovs-dev,v3,4/9] ovsdb-idl: Remove prototype for function that is not defined or used.

Message ID 20201218053144.2637583-5-blp@ovn.org
State Accepted
Headers show
Series Refactor OVSDB IDL into two layers | expand

Commit Message

Ben Pfaff Dec. 18, 2020, 5:31 a.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 lib/ovsdb-idl.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Ilya Maximets Dec. 18, 2020, 9:38 p.m. UTC | #1
On 12/18/20 6:31 AM, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  lib/ovsdb-idl.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h
> index a1a577664e8e..789337df9f33 100644
> --- a/lib/ovsdb-idl.h
> +++ b/lib/ovsdb-idl.h
> @@ -76,7 +76,6 @@ void ovsdb_idl_set_lock(struct ovsdb_idl *, const char *lock_name);
>  bool ovsdb_idl_has_lock(const struct ovsdb_idl *);
>  bool ovsdb_idl_is_lock_contended(const struct ovsdb_idl *);
>  
> -const struct uuid  * ovsdb_idl_get_monitor_id(const struct ovsdb_idl *);
>  unsigned int ovsdb_idl_get_seqno(const struct ovsdb_idl *);
>  bool ovsdb_idl_has_ever_connected(const struct ovsdb_idl *);
>  void ovsdb_idl_enable_reconnect(struct ovsdb_idl *);
> 

LGTM,
Acked-by: Ilya Maximets <i.maximets@ovn.org>
diff mbox series

Patch

diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h
index a1a577664e8e..789337df9f33 100644
--- a/lib/ovsdb-idl.h
+++ b/lib/ovsdb-idl.h
@@ -76,7 +76,6 @@  void ovsdb_idl_set_lock(struct ovsdb_idl *, const char *lock_name);
 bool ovsdb_idl_has_lock(const struct ovsdb_idl *);
 bool ovsdb_idl_is_lock_contended(const struct ovsdb_idl *);
 
-const struct uuid  * ovsdb_idl_get_monitor_id(const struct ovsdb_idl *);
 unsigned int ovsdb_idl_get_seqno(const struct ovsdb_idl *);
 bool ovsdb_idl_has_ever_connected(const struct ovsdb_idl *);
 void ovsdb_idl_enable_reconnect(struct ovsdb_idl *);