X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-idl.c;h=463129148dec2cc46b06cffb29395e24d0a964b0;hb=61d68589ec8f8e83023818a9bd8eb27f5a95d5c7;hp=116aa86c444f40678e1731b69ea3d4f206088a90;hpb=fba6bd1d3f5891471daea8bf5da22303c2d889df;p=sliver-openvswitch.git diff --git a/lib/ovsdb-idl.c b/lib/ovsdb-idl.c index 116aa86c4..463129148 100644 --- a/lib/ovsdb-idl.c +++ b/lib/ovsdb-idl.c @@ -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;