From 2023d8a7980c28137ca35d2250dc6bc2d3e5a4d9 Mon Sep 17 00:00:00 2001 From: Matt Bostock Date: Sat, 13 Jan 2018 20:57:12 +0000 Subject: [PATCH] Remove unused field from xorAppender This field is not used, remove it. --- chunkenc/xor.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/chunkenc/xor.go b/chunkenc/xor.go index b3f5b5135..ff690f222 100644 --- a/chunkenc/xor.go +++ b/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