Remove accidental commit that enabled MountMethodFilesystem

Upstream-commit: 91c69fd3532eaa92cfc21c6331699a995fdbe2a6
Component: engine
This commit is contained in:
Alexander Larsson
2013-09-13 16:04:07 +02:00
committed by Tianon Gravi
parent 9f8a6e47d8
commit 19c4006853

View File

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