@cryptotaxi247 / kubo / commits / d6a61529c

pin: Remove dead code

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Tommi Virtanen committed May 8, 2015 at 17:00 UTC d6a61529ca383b0c3d9c7cf61586555a12d84209
1 file changed -4
pin/indirect.go
-4
@@ -73,10 +73,6 @@ func (i *indirectPin) HasKey(k key.Key) bool {
73 return i.blockset.HasKey(k)
74 }
75
76 -func (i *indirectPin) Set() set.BlockSet {
77 - return i.blockset
78 -}
79 -
76 func (i *indirectPin) GetRefs() map[key.Key]int {
77 return i.refCounts
78 }