diff options
Diffstat (limited to 'vendor/github.com/jackc/pgx/v5/tx.go')
-rw-r--r-- | vendor/github.com/jackc/pgx/v5/tx.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/jackc/pgx/v5/tx.go b/vendor/github.com/jackc/pgx/v5/tx.go index 575c17a71..8feeb5123 100644 --- a/vendor/github.com/jackc/pgx/v5/tx.go +++ b/vendor/github.com/jackc/pgx/v5/tx.go @@ -152,7 +152,6 @@ type Tx interface { // called on the dbTx. type dbTx struct { conn *Conn - err error savepointNum int64 closed bool } |