From 9436fd9363cb827b889ec6593fcd2241bee6cd8e Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 31 Jul 2018 00:27:34 +0100 Subject: grammar: remove stray IdentifierList rule This was left in #4274 (dbd0723) --- docs/grammar.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3