Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 12, 2015
1 parent f90062a commit 86254ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .rubocop.yml
Expand Up @@ -115,11 +115,6 @@ Style/NumericLiterals:
Style/ParenthesesAroundCondition:
Enabled: false

# Offense count: 1
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
Style/PredicateName:
Enabled: false

# Offense count: 22
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/VariableName:
Expand Down
20 changes: 0 additions & 20 deletions src/clients/inst_proposal.rb
Expand Up @@ -898,26 +898,6 @@ def load_matching_submodules_list
nil
end

# Find out if the target machine has a network card.
# @return true if a network card is found, false otherwise
#
def have_network_card
# Maybe obsolete

return true if Mode.test

Ops.greater_than(
Builtins.size(
Convert.convert(
SCR.Read(path(".probe.netcard")),
from: "any",
to: "list <map>"
)
),
0
)
end

def build_dialog
# headline for installation proposal

Expand Down

0 comments on commit 86254ba

Please sign in to comment.