From: incastrix Date: Mon, 5 Oct 2009 22:47:51 +0000 (+0000) Subject: removed unused private methods. X-Git-Url: http://secure.phpeclipse.com removed unused private methods. --- diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java index 02ef8d7..4e23483 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java @@ -1882,10 +1882,10 @@ public class Parser implements ITerminalSymbols, CompilerModifiers, } } - private void optional_class_type() { - // /* empty */ - // | T_STRING - } +// private void optional_class_type() { +// // /* empty */ +// // | T_STRING +// } // private void parameterDeclaration() { // //variable @@ -4259,17 +4259,17 @@ public class Parser implements ITerminalSymbols, CompilerModifiers, return false; } - private void scalar() { - // scalar: - // T_STRING - // | T_STRING_VARNAME - // | class_constant - // | common_scalar - // | '"' encaps_list '"' - // | '\'' encaps_list '\'' - // | T_START_HEREDOC encaps_list T_END_HEREDOC - throwSyntaxError("Not yet implemented (scalar)."); - } +// private void scalar() { +// // scalar: +// // T_STRING +// // | T_STRING_VARNAME +// // | class_constant +// // | common_scalar +// // | '"' encaps_list '"' +// // | '\'' encaps_list '\'' +// // | T_START_HEREDOC encaps_list T_END_HEREDOC +// throwSyntaxError("Not yet implemented (scalar)."); +// } private void static_scalar() { // static_scalar: /* compile-time evaluated scalars */