diff --git a/dexlib/src/main/java/org/jf/dexlib/util/DebugInfoBuilder.java b/dexlib/src/main/java/org/jf/dexlib/util/DebugInfoBuilder.java index 381eb82f..4d15fb59 100644 --- a/dexlib/src/main/java/org/jf/dexlib/util/DebugInfoBuilder.java +++ b/dexlib/src/main/java/org/jf/dexlib/util/DebugInfoBuilder.java @@ -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;