lib/{mergeset,storage}: remove unused path field from blockStreamWriter

This is a follow-up after 42bba64aa7
This commit is contained in:
Aliaksandr Valialkin 2023-04-13 21:39:55 -07:00
parent 2a8395be05
commit b15c5961ab
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@ import (
type blockStreamWriter struct {
compressLevel int
path string
metaindexWriter filestream.WriteCloser
indexWriter filestream.WriteCloser

View file

@ -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