2
0
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:
Ben Pfaff
2013-10-08 15:12:24 -07:00
parent cbd577d661
commit 61d68589ec
2 changed files with 0 additions and 3 deletions

View File

@@ -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;