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

@@ -357,9 +357,8 @@ type hostPathTypeChecker interface {
}
type fileTypeChecker struct {
path string
exists bool
hu hostutil.HostUtils
path string
hu hostutil.HostUtils
}
func (ftc *fileTypeChecker) Exists() bool {