Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / flow / InsideSubRoutineFlowContext.java
index 592d957..bc3b10f 100644 (file)
@@ -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;