mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Merge pull request #1454 from molecula/remove-rbftx-frag
Remove unused RBFTx.frag field
This commit is contained in:
commit
4454df0af0
1 changed files with 0 additions and 2 deletions
2
rbf.go
2
rbf.go
|
|
@ -184,7 +184,6 @@ type RBFTx struct {
|
|||
// initialIndex is only a debugging aid. Transactions
|
||||
// can cross indexes. It can be left empty without consequence.
|
||||
initialIndex string
|
||||
frag *fragment
|
||||
tx *rbf.Tx
|
||||
o Txo
|
||||
sn int64 // serial number
|
||||
|
|
@ -520,7 +519,6 @@ func (w *RbfDBWrapper) NewTx(write bool, initialIndex string, o Txo) (_ Tx, err
|
|||
rtx := &RBFTx{
|
||||
tx: tx,
|
||||
initialIndex: initialIndex,
|
||||
frag: o.Fragment,
|
||||
o: o,
|
||||
sn: sn,
|
||||
Db: w,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue