Skip to content

Commit

Permalink
Drop unneeded InterfaceConfigBuilder#udev_name method
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Aug 29, 2019
1 parent c9a2dce commit 4281764
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib/y2network/interface_config_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,6 @@ def aliases=(value)
@aliases = value
end

# gets interface name that will be assigned by udev
def udev_name
# cannot cache as it can be changed
Yast::LanItems.current_udev_name
end

# TODO: eth only?
# @return [String]
def ethtool_options
Expand Down

0 comments on commit 4281764

Please sign in to comment.