clientv3/txn.go : removed the TODO: add a Do for shortcut the txn without any condition

release-3.2
Vimal Kumar 2017-01-17 23:44:04 +05:30
parent 017ea3df50
commit fcaa509e4c
1 changed files with 0 additions and 2 deletions

View File

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