Skip to content

Commit fe8b323

Browse files
committed
delete unused field
Signed-off-by: Sakura <[email protected]>
1 parent 4143bc7 commit fe8b323

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/volume/hostpath/host_path.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,8 @@ type hostPathTypeChecker interface {
357357
}
358358

359359
type fileTypeChecker struct {
360-
path string
361-
exists bool
362-
hu hostutil.HostUtils
360+
path string
361+
hu hostutil.HostUtils
363362
}
364363

365364
func (ftc *fileTypeChecker) Exists() bool {

0 commit comments

Comments
 (0)