diff mbox series

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

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

Commit Message

Ben Pfaff Dec. 2, 2020, 6:23 a.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 lib/ovsdb-idl.h | 1 -
 1 file changed, 1 deletion(-)
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 *);