Skip to content

Commit

Permalink
os/mac/keg: fix change_rpath type signature.
Browse files Browse the repository at this point in the history
Fixes #15990
  • Loading branch information
MikeMcQuaid committed Sep 11, 2023
1 parent 86acd12 commit 9d44d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/os/mac/keg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def change_install_name(old, new, file)
raise
end

sig { params(old: Pathname, new: Pathname, file: MachOShim).returns(T::Boolean) }
def change_rpath(old, new, file)
return false if old == new

Expand Down

0 comments on commit 9d44d27

Please sign in to comment.