Skip to content

Commit

Permalink
simplify method
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 31, 2014
1 parent a6c2dfc commit c3451bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/modules/Bootloader.rb
Expand Up @@ -76,11 +76,7 @@ def testAbort
# @return [Boolean] true on success

def checkUsedStorage
if !Storage.InitLibstorage(true) && Mode.normal
return false
else
return true
end
!Storage.InitLibstorage(true) && Mode.normal
end

# Export bootloader settings to a map
Expand Down

0 comments on commit c3451bc

Please sign in to comment.