git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@84 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent c7aeb9a301
commit 63191fce46
  1. 1
      jode/jode/flow/TransformExceptionHandlers.java

@ -676,7 +676,6 @@ public class TransformExceptionHandlers {
/* remove the pop now */
firstInstr.removeBlock();
tryFlow.length += catchFlow.length;
updateInOutCatch(tryFlow, succ);
if (succ != null) {
Jump jumps = (Jump) tryFlow.successors.remove(succ);

Loading…
Cancel
Save