瀏覽代碼

Remove accidental commit that enabled MountMethodFilesystem

Alexander Larsson 12 年之前
父節點
當前提交
5415804c9d
共有 1 個文件被更改,包括 0 次插入1 次删除
  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