From c1f0b3f438ed07d7431a16fad3b72c4f0a98e030 Mon Sep 17 00:00:00 2001 From: "alokp@chromium.org" Date: Mon, 6 Feb 2012 22:00:07 +0000 Subject: Removed special keyword called attribute which is unused by the parser. Review URL: https://chromiumcodereview.appspot.com/9332015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120626 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/generators/idl_lexer.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ppapi/generators') diff --git a/ppapi/generators/idl_lexer.py b/ppapi/generators/idl_lexer.py index 2700864..1fc9187 100755 --- a/ppapi/generators/idl_lexer.py +++ b/ppapi/generators/idl_lexer.py @@ -70,7 +70,6 @@ class IDLLexer(object): # 'keywords' is a map of string to token type. All SYMBOL tokens are # matched against keywords, to determine if the token is actually a keyword. keywords = { - 'attribute' : 'ATTRIBUTE', 'describe' : 'DESCRIBE', 'enum' : 'ENUM', 'label' : 'LABEL', -- cgit v1.1