Skip to content

Commit

Permalink
removed unsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jun 21, 2024
1 parent 2716b90 commit c2b7acd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions txn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ func testDB(t *testing.T) *MemDB {
return db
}

func testDBB(b *testing.B) *MemDB {
db, _ := NewMemDB(testValidSchema())
return db
}

func TestTxn_Read_AbortCommit(t *testing.T) {
db := testDB(t)
txn := db.Txn(false) // Readonly
Expand Down

0 comments on commit c2b7acd

Please sign in to comment.