mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/{mergeset,storage}: remove unused path
field from blockStreamWriter
This is a follow-up after 42bba64aa7
This commit is contained in:
parent
2a8395be05
commit
b15c5961ab
2 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ import (
|
|||
|
||||
type blockStreamWriter struct {
|
||||
compressLevel int
|
||||
path string
|
||||
|
||||
metaindexWriter filestream.WriteCloser
|
||||
indexWriter filestream.WriteCloser
|
||||
|
|
|
@ -17,7 +17,6 @@ import (
|
|||
// blockStreamWriter represents block stream writer.
|
||||
type blockStreamWriter struct {
|
||||
compressLevel int
|
||||
path string
|
||||
|
||||
// Use io.Writer type for timestampsWriter and valuesWriter
|
||||
// in order to remove I2I conversion in WriteExternalBlock
|
||||
|
|
Loading…
Reference in a new issue