mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/pss: Remove unused constant
This commit is contained in:
parent
88eb8c5e36
commit
3e6d23eb4f
1 changed files with 2 additions and 3 deletions
|
|
@ -39,9 +39,8 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
handlerCapSym = 1 << 0
|
||||
handlerCapRaw = 1 << 1
|
||||
handlerCapProx = 1 << 2
|
||||
handlerCapRaw = 1 << 0
|
||||
handlerCapProx = 1 << 1
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue