Remove accidental commit that enabled MountMethodFilesystem

Upstream-commit: 5415804c9d7af6c75a147252ac17f71b9c3f0069
Component: engine
This commit is contained in:
Alexander Larsson
2013-09-13 16:04:07 +02:00
committed by Victor Vieux
parent 9e1662b046
commit 468efce93c

View File

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