X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ConditionalExpression.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ConditionalExpression.java index 6a3b606..39b98a3 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ConditionalExpression.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/ConditionalExpression.java @@ -27,7 +27,7 @@ public class ConditionalExpression extends OperatorExpression { public Constant optimizedIfFalseConstant; - private int returnTypeSlotSize = 1; + //private int returnTypeSlotSize = 1; // for local variables table attributes int trueInitStateIndex = -1;