light: fix megacheck warnings (#14920)

This commit is contained in:
Egon Elbre
2017-08-07 18:25:18 +03:00
committed by Felix Lange
parent f42bd73ce5
commit 971079822e
3 changed files with 1 additions and 19 deletions

View File

@ -52,7 +52,6 @@ type LightChain struct {
mu sync.RWMutex
chainmu sync.RWMutex
procmu sync.RWMutex
bodyCache *lru.Cache // Cache for the most recent block bodies
bodyRLPCache *lru.Cache // Cache for the most recent block bodies in RLP encoded format