2960: Fix some needlessly exported identifiers.
[arvados.git] / services / keepstore / volume.go
index 41a0eba86f5c281b265e0a605ab4f34e7ff20a5d..a0b6fda7d3390155e35821196892406b00b933a2 100644 (file)
@@ -48,7 +48,3 @@ type ioStats struct {
        InBytes    uint64
        OutBytes   uint64
 }
-
-type InternalStatser interface {
-       InternalStats() interface{}
-}