Merge pull request #257 from mattbostock/remove_unused_field

Remove unused field from xorAppender
pull/5805/head
Fabian Reinartz 8 years ago committed by GitHub
commit 72d61bcf4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      chunkenc/xor.go

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

Loading…
Cancel
Save