mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
remove unneeded TODO
git-svn-id: https://smali.googlecode.com/svn/trunk@521 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
@ -500,7 +500,6 @@ public class CodeItem extends Item<CodeItem> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: replace these with a callable delegate
|
|
||||||
final SparseIntArray originalOffsetsByNewOffset = new SparseIntArray();
|
final SparseIntArray originalOffsetsByNewOffset = new SparseIntArray();
|
||||||
final SparseIntArray newOffsetsByOriginalOffset = new SparseIntArray();
|
final SparseIntArray newOffsetsByOriginalOffset = new SparseIntArray();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user