Remove accidental commit that enabled MountMethodFilesystem

This commit is contained in:
Alexander Larsson
2013-09-13 16:04:07 +02:00
committed by Tianon Gravi
parent 43a7d3d0e9
commit 91c69fd353
-1
View File
@@ -125,7 +125,6 @@ func (runtime *Runtime) GetMountMethod() MountMethod {
runtime.mountMethod = MountMethodDeviceMapper
}
}
runtime.mountMethod = MountMethodFilesystem
}
return runtime.mountMethod