Skip to content

Commit

Permalink
Remove not needed assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 11, 2018
1 parent 9a1ca90 commit cd1ae3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clients/inst_autosetup.rb
Expand Up @@ -258,7 +258,6 @@ def main

# moved here from autoinit for fate #301193
# needs testing
dasd_or_zfcp = false
if Arch.s390
dasd_or_zfcp = Profile.current.key?("dasd") || Profile.current.key?("zfcp")
if Builtins.haskey(Profile.current, "dasd")
Expand Down

0 comments on commit cd1ae3b

Please sign in to comment.