Skip to content

Commit

Permalink
Fixes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Mar 3, 2017
1 parent 9d6cb17 commit 7f80a73
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/modules/RootPart.rb
Expand Up @@ -1806,7 +1806,7 @@ def IncompleteInstallationDetected(mounted_to)
ret
end

# Check a root partition and return map with informations (see
# Check a root partition and return map with information (see
# variable rootPartitions).
def CheckPartition(partition)
filesystem = partition.has_encryption ? partition.encryption.filesystem : partition.filesystem
Expand Down Expand Up @@ -2026,16 +2026,6 @@ def FindRootPartitions
ModuleLoading.Load(module_to_load, "", "Linux", show_name, Linuxrc.manual, true)
end

if Mode.test
Storage.SetTargetMap(
Convert.convert(
SCR.Read(path(".target.yast2"), "test_target_map.ycp"),
:from => "any",
:to => "map <string, map>"
)
)
end

# Storage::ActivateEvms();

# prepare progress-bar
Expand Down

0 comments on commit 7f80a73

Please sign in to comment.