Bug 1140509 - remove the unused Infinity keyword from the xpidl parser; r=bsmedberg

This commit is contained in:
Nathan Froyd 2015-03-09 14:02:26 -04:00
Родитель 5c82f1e14b
Коммит 8c2657fa26
1 изменённых файлов: 0 добавлений и 1 удалений

1
xpcom/idl-parser/xpidl.py Normal file → Executable file
Просмотреть файл

@ -994,7 +994,6 @@ class IDLParser(object):
'readonly': 'READONLY',
'native': 'NATIVE',
'typedef': 'TYPEDEF',
'Infinity': 'INFINITY'
}
tokens = [