Remove unneeded TODO

git-svn-id: https://smali.googlecode.com/svn/trunk@517 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-12-24 08:07:33 +00:00
parent 2e52e0e6e4
commit a8ca776c1d

View File

@ -799,7 +799,6 @@ public class CodeItem extends Item<CodeItem> {
*/ */
private int catchAllHandlerAddress; private int catchAllHandlerAddress;
//TODO: would it be possible to get away without having these? and generate/create these values while writing?
private int baseOffset; private int baseOffset;
private int offset; private int offset;