remove macos specific dummy call

Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
This commit is contained in:
Lukas Oberhuber 2022-07-26 11:26:03 +01:00 committed by GitHub
parent 2d4c792b0b
commit f4cb9a40a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -533,8 +533,6 @@ class Keg
def codesign_patched_binary(file); end def codesign_patched_binary(file); end
def dsymutil_binary(file); end
private private
def resolve_any_conflicts(dst, dry_run: false, verbose: false, overwrite: false) def resolve_any_conflicts(dst, dry_run: false, verbose: false, overwrite: false)