Browse Source

Remove accidental commit that enabled MountMethodFilesystem

Alexander Larsson 12 years ago
parent
commit
5415804c9d
1 changed files with 0 additions and 1 deletions
  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