Remove all Chain GC wrappings/types

There is no practical way to do GC against the chainstore given the current
state of affairs: remove all GC-related types for the time being.
This commit is contained in:
Peter Rabbitson
2020-11-12 06:49:53 +01:00
parent 7be7a9b5e3
commit 29817b6617
4 changed files with 1 additions and 14 deletions
-2
View File
@@ -26,8 +26,6 @@ type MetadataDS datastore.Batching
type ChainRawBlockstore blockstore.Blockstore
type ChainBlockstore blockstore.Blockstore // optionally bitswap backed
type ChainGCLocker blockstore.GCLocker
type ChainGCBlockstore blockstore.GCBlockstore
type ChainBitswap exchange.Interface
type ChainBlockService bserv.BlockService