mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 12:17:37 +02:00
removed todo comment
git-svn-id: https://smali.googlecode.com/svn/trunk@446 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
@ -225,7 +225,6 @@ public class DeodexUtil {
|
||||
List<Instruction> instructions = new ArrayList<Instruction>(insns.size());
|
||||
for (insn i: insns) {
|
||||
if (i.instruction.opcode.odexOnly) {
|
||||
//TODO: could probably get rid of insn.fixed
|
||||
assert i.fixedInstruction != null;
|
||||
instructions.add(i.fixedInstruction);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user