]> git.proxmox.com Git - mirror_ovs.git/commitdiff
ovsdb-idl: Remove prototype for function that is not defined or used.
authorBen Pfaff <blp@ovn.org>
Wed, 2 Dec 2020 00:54:10 +0000 (16:54 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 19 Dec 2020 02:32:10 +0000 (18:32 -0800)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
lib/ovsdb-idl.h

index a1a577664e8e14b64780ddacff0a2a9930a23651..789337df9f33d25c75db1bce2f16dd5a8f385600 100644 (file)
@@ -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 *);