diff options
-rw-r--r-- | docs/grammar.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/grammar.txt b/docs/grammar.txt index 8e91a7d6..809fcffc 100644 --- a/docs/grammar.txt +++ b/docs/grammar.txt @@ -79,7 +79,6 @@ Return = 'return' Expression? Throw = 'throw' EmitStatement = 'emit' FunctionCall VariableDefinition = (VariableDeclaration | '(' VariableDeclaration? (',' VariableDeclaration? )* ')' ) ( '=' Expression )? -IdentifierList = '(' ( Identifier? ',' )* Identifier? ')' // Precedence by order (see github.com/ethereum/solidity/pull/732) Expression |