mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-26 15:42:21 +08:00
pin: Remove dead code
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -73,10 +73,6 @@ func (i *indirectPin) HasKey(k key.Key) bool {
|
||||
return i.blockset.HasKey(k)
|
||||
}
|
||||
|
||||
func (i *indirectPin) Set() set.BlockSet {
|
||||
return i.blockset
|
||||
}
|
||||
|
||||
func (i *indirectPin) GetRefs() map[key.Key]int {
|
||||
return i.refCounts
|
||||
}
|
||||
|
Reference in New Issue
Block a user