aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/disk_location.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/disk_location.go')
-rw-r--r--weed/storage/disk_location.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/weed/storage/disk_location.go b/weed/storage/disk_location.go
index a7be3a559..7292c23f6 100644
--- a/weed/storage/disk_location.go
+++ b/weed/storage/disk_location.go
@@ -373,10 +373,3 @@ func (l *DiskLocation) CheckDiskSpace() {
}
}
-
-func (l *DiskLocation) GetDiskType() string {
- if l.DiskType == SsdType {
- return "SSD"
- }
- return "HDD"
-}