Skip to content

Commit

Permalink
Remove redundant private statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jan 16, 2017
1 parent 49bba49 commit 1e38a47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/Packages.rb
Expand Up @@ -2612,8 +2612,6 @@ def find_provider(tag)
publish :function => :vnc_packages, :type => "list <string> ()"
publish :function => :remote_x11_packages, :type => "list <string> ()"

private

# list of all products that will be installed (are selected)
def products_to_install(products)
products.select { |product| product["status"] == :selected }
Expand Down

0 comments on commit 1e38a47

Please sign in to comment.