X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/flow/InsideSubRoutineFlowContext.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/flow/InsideSubRoutineFlowContext.java index 592d957..bc3b10f 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/flow/InsideSubRoutineFlowContext.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/flow/InsideSubRoutineFlowContext.java @@ -38,9 +38,9 @@ public class InsideSubRoutineFlowContext extends FlowContext { return this.initsOnReturn; } - public boolean isNonReturningContext() { - return associatedNode.cannotReturn(); - } +// public boolean isNonReturningContext() { +// return associatedNode.cannotReturn(); +// } public ASTNode subRoutine() { return associatedNode;