Remove unused/dead code

This commit is contained in:
lala123912
2021-03-05 09:40:59 +08:00
parent 04e0e52271
commit 127b675a15
4 changed files with 2 additions and 7 deletions

View File

@@ -30,10 +30,8 @@ import (
)
const (
losetupPath = "losetup"
statPath = "stat"
ErrDeviceNotFound = "device not found"
ErrDeviceNotSupported = "device not supported"
losetupPath = "losetup"
ErrDeviceNotFound = "device not found"
)
// BlockVolumePathHandler defines a set of operations for handling block volume-related operations