mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-23 19:46:43 +08:00
remove unused functions
This commit is contained in:
parent
e2a8cdfc48
commit
2b8e20f122
@ -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 {
|
||||
|
@ -157,10 +157,3 @@ func (s3backendStorageFile S3BackendStorageFile) String() string {
|
||||
return s3backendStorageFile.key
|
||||
}
|
||||
|
||||
func (s3backendStorageFile *S3BackendStorageFile) GetName() string {
|
||||
return "s3"
|
||||
}
|
||||
|
||||
func (s3backendStorageFile S3BackendStorageFile) Instantiate(src *os.File) error {
|
||||
panic("implement me")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user