bmgr: Remove unused struct fields.

Found by structcheck.
This commit is contained in:
Dave Collins 2016-11-02 18:50:17 -05:00
parent e320330d29
commit 82cba61bad
No known key found for this signature in database
GPG key ID: B8904D9D9C93D1F2

View file

@ -144,9 +144,6 @@ type blockManager struct {
requestedTxns map[chainhash.Hash]struct{}
requestedBlocks map[chainhash.Hash]struct{}
progressLogger *blockProgressLogger
receivedLogBlocks int64
receivedLogTx int64
processingReqs bool
syncPeer *serverPeer
msgChan chan interface{}
wg sync.WaitGroup