refactor: remove unused variable

This commit is contained in:
oSumAtrIX 2022-10-04 08:30:53 +02:00
parent 43c772c98d
commit 839854d890
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -14,7 +14,6 @@ import java.nio.file.Files
internal object Patcher {
internal fun start(patcher: app.revanced.patcher.Patcher, output: File, allPatches: List<Class<out Patch<Data>>>) {
val inputFile = args.inputFile
val args = args.patchArgs?.patchingArgs!!
// merge files like necessary integrations
patcher.mergeFiles()