tlb: Remove dead instruction

This commit is contained in:
Ella-0 2021-04-18 11:13:32 +01:00
parent c14f3de6d0
commit 74ea2f2ad3
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@ fetch() {
cd $pkgname-$pkgver
patch -p1 < ../../build.patch
patch -p1 < ../../bsect.patch
patch -p1 < ../../remove-dead.patch
}
package() {