mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-21 04:37:58 +08:00
remove unused functions
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user