chore: Remove unneeded binary compatibility for code that was never released to main
This commit is contained in:
parent
bb222d7a26
commit
63be54dd09
2 changed files with 0 additions and 16 deletions
|
|
@ -1,12 +0,0 @@
|
|||
package app.revanced.patches.instagram.misc.privacy
|
||||
|
||||
import app.revanced.patcher.patch.bytecodePatch
|
||||
|
||||
@Deprecated(
|
||||
"Patch was moved to a different package",
|
||||
ReplaceWith("app.revanced.patches.instagram.misc.share.privacy.sanitizeSharingLinksPatch")
|
||||
)
|
||||
@Suppress("unused")
|
||||
val sanitizeSharingLinksPatch = bytecodePatch {
|
||||
dependsOn(app.revanced.patches.instagram.misc.share.privacy.sanitizeSharingLinksPatch)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue