removed check that is no longer necessary

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@270 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 647a7ca24e
commit ee38d10980
  1. 1
      jode/jode/flow/LoopBlock.java

@ -198,7 +198,6 @@ public class LoopBlock extends StructuredBlock implements BreakableBlock {
throws java.io.IOException throws java.io.IOException
{ {
if (type == FOR && init != null if (type == FOR && init != null
&& (outer == null || !outer.used.contains(local))
&& (init.getInstruction().getOperator() && (init.getInstruction().getOperator()
instanceof LocalStoreOperator) instanceof LocalStoreOperator)
&& (((LocalStoreOperator) && (((LocalStoreOperator)

Loading…
Cancel
Save