remove unneeded TODO

git-svn-id: https://smali.googlecode.com/svn/trunk@521 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com
2009-12-24 08:08:23 +00:00
parent 5f758b60b4
commit 3ce2b6fcee

View File

@ -500,7 +500,6 @@ public class CodeItem extends Item<CodeItem> {
return;
}
//TODO: replace these with a callable delegate
final SparseIntArray originalOffsetsByNewOffset = new SparseIntArray();
final SparseIntArray newOffsetsByOriginalOffset = new SparseIntArray();