broadcom/genxml: Stop manually scrubbing 'α' -> "alpha"
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 20 Sep 2019 22:43:12 +0000 (15:43 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 23 Sep 2019 20:24:54 +0000 (20:24 +0000)
'α' has never appeared in any genxml files, so there's no need to
replace it with the word "alpha".

Reviewed-by: Eric Anholt <eric@anholt.net>
src/broadcom/cle/gen_pack_header.py

index 8c2feeb..cc9e4a0 100644 (file)
@@ -62,7 +62,6 @@ def to_alphanum(name):
         '=': '',
         '>': '',
         '#': '',
-        'α': 'alpha',
         '&': '',
         '*': '',
         '"': '',