diff options
-rwxr-xr-x | ppapi/generators/idl_lexer.py | 1 |
1 files changed, 0 insertions, 1 deletions
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', |