Remove unused field from xorAppender

This field is not used, remove it.
This commit is contained in:
Matt Bostock 2018-01-13 20:57:12 +00:00
parent 8d373c763b
commit 2023d8a798
1 changed files with 0 additions and 2 deletions

View File

@ -89,7 +89,6 @@ func (c *XORChunk) Appender() (Appender, error) {
}
a := &xorAppender{
c: c,
b: c.b,
t: it.t,
v: it.val,
@ -119,7 +118,6 @@ func (c *XORChunk) Iterator() Iterator {
}
type xorAppender struct {
c *XORChunk
b *bstream
t int64