mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-27 02:46:47 +01:00
lib/mergeset: remove dead code left after a4140de9e6
This commit is contained in:
parent
d56390b925
commit
0a69122d81
@ -314,15 +314,10 @@ type inmemoryBlockCache struct {
|
||||
}
|
||||
|
||||
type inmemoryBlockCacheKey struct {
|
||||
firstItem string
|
||||
itemsBlockOffset uint64
|
||||
}
|
||||
|
||||
func (ibck *inmemoryBlockCacheKey) Init(bh *blockHeader) {
|
||||
ibck.firstItem = ""
|
||||
if bh.itemsBlockSize == 0 {
|
||||
ibck.firstItem = string(bh.firstItem)
|
||||
}
|
||||
ibck.itemsBlockOffset = bh.itemsBlockOffset
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user