We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b704b25 commit b5271adCopy full SHA for b5271ad
database/ssdb/batch.go
@@ -29,7 +29,7 @@ type Batch struct {
29
}
30
31
// func internalOpenBatch...
32
-func internalOpenBatch(t database.Storage) *Batch {
+func internalOpenBatch(_ database.Storage) *Batch {
33
b := &Batch{
34
w: make(chan bWriteData),
35
p: make(map[string]interface{}),
0 commit comments