mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
node: remove unused err var
This commit is contained in:
parent
cbbf686ecc
commit
7b749c0867
1 changed files with 3 additions and 4 deletions
|
|
@ -27,7 +27,6 @@ var (
|
|||
ErrDatadirUsed = errors.New("datadir already used by another process")
|
||||
ErrNodeStopped = errors.New("node not started")
|
||||
ErrNodeRunning = errors.New("node already running")
|
||||
ErrServiceUnknown = errors.New("unknown service")
|
||||
|
||||
datadirInUseErrnos = map[uint]bool{11: true, 32: true, 35: true}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue