remove unuse var

This commit is contained in:
王怀宗 2019-03-29 10:49:22 +08:00
parent 5b53e90ee4
commit 043d3603ff

View File

@ -21,7 +21,6 @@ type volumeMountCacheEntry struct {
StagingPath string `json:"stagingPath"`
TargetPaths map[string]bool `json:"targetPaths"`
CreateTime time.Time `json:"createTime"`
LastMountTime time.Time `json:"lastMountTime"`
}
type volumeMountCacheMap struct {