diff --git a/Library/Homebrew/dev-cmd/prof.rb b/Library/Homebrew/dev-cmd/prof.rb index e1e67c2bc3..0d49f551a5 100644 --- a/Library/Homebrew/dev-cmd/prof.rb +++ b/Library/Homebrew/dev-cmd/prof.rb @@ -13,8 +13,6 @@ module Homebrew Homebrew::CLI::Parser.new do description <<~EOS Run Homebrew with a Ruby profiler. For example, `brew prof readall`. - - *Note:* Not (yet) working on Apple Silicon. EOS switch "--stackprof", description: "Use `stackprof` instead of `ruby-prof` (the default)." @@ -24,8 +22,6 @@ module Homebrew end def prof - raise UsageError, "not (yet) working on Apple Silicon!" if Hardware::CPU.arm? - args = prof_args.parse brew_rb = (HOMEBREW_LIBRARY_PATH/"brew.rb").resolved_path