mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-15 23:44:00 +00:00
refactor: remove unused variable
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user