Merge pull request #257 from mattbostock/remove_unused_field

Remove unused field from xorAppender
This commit is contained in:
Fabian Reinartz 2018-02-09 12:30:10 +01:00 committed by GitHub
commit 72d61bcf4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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