aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/needle.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/needle.go')
-rw-r--r--weed/storage/needle.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/storage/needle.go b/weed/storage/needle.go
index 29e70ff10..2ffaff4de 100644
--- a/weed/storage/needle.go
+++ b/weed/storage/needle.go
@@ -49,8 +49,6 @@ type Needle struct {
Checksum CRC `comment:"CRC32 to check integrity"`
Padding []byte `comment:"Aligned to 8 bytes"`
-
- rawBlock *Block // underlying supporing []byte, fetched and released into a pool
}
func (n *Needle) String() (str string) {