removed todo comment

git-svn-id: https://smali.googlecode.com/svn/trunk@446 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com
2009-09-09 01:44:48 +00:00
parent a3d7d2423d
commit c2c37aed3b

View File

@ -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 {