*: remove dead code
Found by deadcode via golangci-lint.
This commit is contained in:
parent
75a55d910e
commit
cfc067dd24
16 changed files with 2 additions and 183 deletions
|
@ -21,7 +21,6 @@ import (
|
|||
const (
|
||||
defaultDialTimeout = 4 * time.Second
|
||||
defaultRequestTimeout = 4 * time.Second
|
||||
defaultClientVersion = "2.0"
|
||||
// number of blocks after which cache is expired
|
||||
cacheTimeout = 100
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue