channeldb: remove unused buckets

This commit is contained in:
Wilmer Paulino 2019-03-27 13:05:48 -07:00
parent ec70965c8a
commit a26a643273
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

@ -123,9 +123,6 @@ var (
// case we'll remove all entries from the prune log with a block height
// that no longer exists.
pruneLogBucket = []byte("prune-log")
edgeBloomKey = []byte("edge-bloom")
nodeBloomKey = []byte("node-bloom")
)
const (