swarm/pss: Remove unused constant

This commit is contained in:
lash 2018-11-14 13:17:30 +01:00
parent 88eb8c5e36
commit 3e6d23eb4f

View file

@ -39,9 +39,8 @@ const (
)
const (
handlerCapSym = 1 << 0
handlerCapRaw = 1 << 1
handlerCapProx = 1 << 2
handlerCapRaw = 1 << 0
handlerCapProx = 1 << 1
)
var (