diff options
-rw-r--r-- | src/main/javassist/bytecode/StackMapTable.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/javassist/bytecode/StackMapTable.java b/src/main/javassist/bytecode/StackMapTable.java index 0ea3e089..4518ef36 100644 --- a/src/main/javassist/bytecode/StackMapTable.java +++ b/src/main/javassist/bytecode/StackMapTable.java @@ -909,8 +909,6 @@ public class StackMapTable extends AttributeInfo { newDelta = offsetDelta - gap; else if (where == oldPos) newDelta = offsetDelta + gap; - // else if (gap > 0 && oldPos < where && where < position) // chiba - // throw new RuntimeException("old:" + oldPos + " where:" + where + " pos:" + position); else return; @@ -951,8 +949,6 @@ public class StackMapTable extends AttributeInfo { newDelta = offsetDelta - gap; else if (where == oldPos) newDelta = offsetDelta + gap; - // else if (gap > 0 && oldPos < where && where < position) // chiba - // throw new RuntimeException("old:" + oldPos + " where:" + where + " pos:" + position); else return; |