Removed TODO

git-svn-id: https://smali.googlecode.com/svn/trunk@200 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-06-21 07:58:47 +00:00
parent 64a2d18b6f
commit b797aa581a

View File

@ -45,9 +45,6 @@ import java.util.List;
*/
public class DebugInfoBuilder
{
//TODO: take a look at the debug bytecode generation logic in dx, and make sure that this does the same thing
//(in the interest of being able to exactly reproduce a given dx-generated dex file)
private static final int LINE_BASE = -4;
private static final int LINE_RANGE = 15;
private static final int FIRST_SPECIAL = 0x0a;