mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
refactor: remove unnecessary annotation
This commit is contained in:
parent
fae4029cfc
commit
9755bab298
1 changed files with 0 additions and 1 deletions
|
@ -321,7 +321,6 @@ object InstructionExtensions {
|
|||
* @param T The type of instruction to return.
|
||||
* @return The instruction.
|
||||
*/
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
fun <T> MutableMethod.getInstruction(index: Int): T = implementation!!.getInstruction<T>(index)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue