eth: remove unused Ethereum sync fields

This commit is contained in:
Felix Lange 2015-02-10 13:30:07 +01:00
parent a3cd218719
commit a21b30c901

View File

@ -4,7 +4,6 @@ import (
"crypto/ecdsa"
"fmt"
"strings"
"sync"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/crypto"
@ -92,9 +91,6 @@ type Ethereum struct {
logger ethlogger.LogSystem
synclock sync.Mutex
syncGroup sync.WaitGroup
Mining bool
}