remove no longer needed code

This commit is contained in:
Kovid Goyal
2024-02-05 13:54:22 +05:30
parent fef8c536d8
commit 9bea8bb5bc
2 changed files with 0 additions and 11 deletions

View File

@@ -449,12 +449,6 @@ def gen_ucd() -> None:
f.truncate()
f.write(raw)
chars = ''.join(classes_to_regex(cz, exclude='\n\r'))
with open('tools/cmd/hints/url_regex.go', 'w') as f:
f.write('// generated by gen-wcwidth.py, do not edit\n\n')
f.write('package hints\n\n')
f.write(f'const URL_DELIMITERS = `{chars}`\n')
def gen_names() -> None:
aliases_map: Dict[int, Set[str]] = {}