Selaa lähdekoodia

Remove accidental commit that enabled MountMethodFilesystem

Alexander Larsson 12 vuotta sitten
vanhempi
commit
5415804c9d
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      runtime.go

+ 0 - 1
runtime.go

@@ -125,7 +125,6 @@ func (runtime *Runtime) GetMountMethod() MountMethod {
 				runtime.mountMethod = MountMethodDeviceMapper
 			}
 		}
-		runtime.mountMethod = MountMethodFilesystem
 	}
 
 	return runtime.mountMethod