Skip to content

Commit

Permalink
llvm: remove redundant helper
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Jan 19, 2025
1 parent be75c9f commit 4f4d4a2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions mingw-w64-llvm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ apply_patch_with_msg() {
done
}

apply_git_patch_with_msg() {
for _patch in "$@"
do
msg2 "Applying ${_patch}"
patch -Nbp1 -i "${srcdir}/${_patch}"
done
}

revert_patch_with_msg() {
for _patch in "$@"
do
Expand Down Expand Up @@ -176,8 +168,8 @@ prepare() {
# Patch whole tree
cd "${srcdir}"

apply_git_patch_with_msg \
"0901-wholearchive-import-libs.patch"
apply_patch_with_msg \
"0901-wholearchive-import-libs.patch"
}

build() {
Expand Down

0 comments on commit 4f4d4a2

Please sign in to comment.