Removed TODO

git-svn-id: https://smali.googlecode.com/svn/trunk@129 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-06-08 01:16:50 +00:00
parent 507c820ded
commit 0fa57d3fe1

View File

@ -116,7 +116,6 @@ public final class Instruction implements Field<Instruction> {
if (opByte == 0x1b) {
int hiWord = in.readShort();
if (hiWord != 0) {
//TODO: test this..
referenceIndex += (hiWord<<16);
}
}