delete unused field

Signed-off-by: Sakura <longfei.shang@daocloud.io>
This commit is contained in:
Sakura
2020-01-17 19:34:48 +08:00
parent 4143bc7a96
commit fe8b32317f

View File

@@ -358,7 +358,6 @@ type hostPathTypeChecker interface {
type fileTypeChecker struct {
path string
exists bool
hu hostutil.HostUtils
}