mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ovsdb-idl: Remove write-only member 'commit_seqno' from ovsdb_idl_txn.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
This commit is contained in:
@@ -91,7 +91,6 @@ struct ovsdb_idl_txn {
|
||||
char *error;
|
||||
bool dry_run;
|
||||
struct ds comment;
|
||||
unsigned int commit_seqno;
|
||||
|
||||
/* Increments. */
|
||||
const char *inc_table;
|
||||
@@ -1242,7 +1241,6 @@ ovsdb_idl_txn_create(struct ovsdb_idl *idl)
|
||||
txn->error = NULL;
|
||||
txn->dry_run = false;
|
||||
ds_init(&txn->comment);
|
||||
txn->commit_seqno = txn->idl->change_seqno;
|
||||
|
||||
txn->inc_table = NULL;
|
||||
txn->inc_column = NULL;
|
||||
|
Reference in New Issue
Block a user