Browse Source

Merge pull request #7174 from vimalk78/support-v3-txn-without-condition

clientv3/txn.go : removed the TODO: add a Do for shortcut the txn without any condition
Xiang Li 9 years ago
parent
commit
5cf0d6678b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      clientv3/txn.go

+ 0 - 2
clientv3/txn.go

@@ -49,8 +49,6 @@ type Txn interface {
 
 	// Commit tries to commit the transaction.
 	Commit() (*TxnResponse, error)
-
-	// TODO: add a Do for shortcut the txn without any condition?
 }
 
 type txn struct {