Skip to content

Commit

Permalink
Remove mac_mini_2014?
Browse files Browse the repository at this point in the history
Differential Revision: D60201183

fbshipit-source-id: 8e345b396113fe56421817f5b5b288769e692033
  • Loading branch information
Amad Aslam authored and facebook-github-bot committed Jul 25, 2024
1 parent 7d2922b commit 9a346b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cookbooks/fb_helpers/libraries/node_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,6 @@ def macos15?
macos? && node['platform_version'].start_with?('15.')
end

def mac_mini_2014?
macos? && node['hardware']['machine_model'] == 'Macmini7,1'
end

def mac_mini_2018?
macos? && node['hardware']['machine_model'] == 'Macmini8,1'
end
Expand Down

0 comments on commit 9a346b5

Please sign in to comment.