diff --git a/clientv3/txn.go b/clientv3/txn.go index a61decd64..7bde6fd72 100644 --- a/clientv3/txn.go +++ b/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 {