X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl-provider.h;h=ed3874de916e581ce238c37c76882833e1c3ddd0;hb=f6b60e026eed9dcc68850c6f9e3b393e6a18fd49;hp=45ea869af06bc20676fb4e7470b434866f142593;hpb=979821c0a6b0c8a9f941a2e13c49feffe2391ab8;p=openvswitch diff --git a/lib/ovsdb-idl-provider.h b/lib/ovsdb-idl-provider.h index 45ea869a..ed3874de 100644 --- a/lib/ovsdb-idl-provider.h +++ b/lib/ovsdb-idl-provider.h @@ -71,10 +71,6 @@ struct ovsdb_idl_row *ovsdb_idl_get_row_arc( void ovsdb_idl_txn_verify(const struct ovsdb_idl_row *, const struct ovsdb_idl_column *); -void ovsdb_idl_txn_delete(struct ovsdb_idl_row *); -struct ovsdb_idl_row *ovsdb_idl_txn_insert( - struct ovsdb_idl_txn *, - const struct ovsdb_idl_table_class *); struct ovsdb_idl_txn *ovsdb_idl_txn_get(const struct ovsdb_idl_row *);