Skip to content

Commit 3d0c8c1

Browse files
committed
chore: Remove unused variable
1 parent b54308b commit 3d0c8c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/app/revanced/cli/command/PatchCommand.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,6 @@ internal object PatchCommand : Runnable {
357357
// region Install.
358358

359359
deviceSerial?.let {
360-
val deviceSerial = it.ifEmpty { null }
361-
362360
runBlocking {
363361
when (val result = installer!!.install(Installer.Apk(outputFilePath, packageName))) {
364362
RootInstallerResult.FAILURE -> logger.severe("Failed to mount the patched APK file")

0 commit comments

Comments
 (0)