Merge pull request #30996 from tmrts/fix/type-redeclaration

Automatic merge from submit-queue

pkg/util/mount: remove method redeclaration
This commit is contained in:
Kubernetes Submit Queue
2016-08-19 11:52:30 -07:00
committed by GitHub

View File

@@ -48,10 +48,6 @@ func (mounter *Mounter) PathIsDevice(pathname string) (bool, error) {
return true, nil
}
func (mounter *Mounter) GetDeviceNameFromMount(mountPath, pluginDir string) (string, error) {
return "", nil
}
func (mounter *SafeFormatAndMount) formatAndMount(source string, target string, fstype string, options []string) error {
return nil
}