0
0
Fork 0

Merge pull request #803 from abhinavdangeti/master

Address build breakage after rebase
This commit is contained in:
Abhinav Dangeti 2018-03-06 14:09:08 -08:00 committed by GitHub
commit 79d376ecfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -506,10 +506,6 @@ type Posting struct {
func (p *Posting) Size() int {
sizeInBytes := reflectStaticSizePosting
if p.iterator != nil {
sizeInBytes += p.iterator.Size()
}
for _, entry := range p.locs {
sizeInBytes += entry.Size()
}