mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +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:
@@ -733,7 +733,6 @@ class Transaction(object):
|
||||
self._status = Transaction.UNCOMMITTED
|
||||
self._error = None
|
||||
self._comments = []
|
||||
self._commit_seqno = self.idl.change_seqno
|
||||
|
||||
self._inc_row = None
|
||||
self._inc_column = None
|
||||
|
Reference in New Issue
Block a user