mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 04:10:13 +02:00
Remove unneeded/unused getFormat() method in UnresolvedOdexInstruction
This commit is contained in:
parent
45dfbd6d58
commit
2887ade533
@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
package org.jf.dexlib2.analysis;
|
package org.jf.dexlib2.analysis;
|
||||||
|
|
||||||
import org.jf.dexlib2.Format;
|
|
||||||
import org.jf.dexlib2.Opcode;
|
import org.jf.dexlib2.Opcode;
|
||||||
import org.jf.dexlib2.iface.instruction.Instruction;
|
import org.jf.dexlib2.iface.instruction.Instruction;
|
||||||
|
|
||||||
@ -50,10 +49,6 @@ public class UnresolvedOdexInstruction implements Instruction {
|
|||||||
this.objectRegisterNum = objectRegisterNumber;
|
this.objectRegisterNum = objectRegisterNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Format getFormat() {
|
|
||||||
return Format.UnresolvedOdexInstruction;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override public Opcode getOpcode() {
|
@Override public Opcode getOpcode() {
|
||||||
return originalInstruction.getOpcode();
|
return originalInstruction.getOpcode();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user