remove unused functions

This commit is contained in:
Chris Lu
2019-12-08 18:33:25 -08:00
parent e2a8cdfc48
commit 2b8e20f122
2 changed files with 0 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ type BackendStorageFile interface {
io.Closer
GetStat() (datSize int64, modTime time.Time, err error)
String() string
Instantiate(src *os.File) error
}
type BackendStorage interface {