bpo-40939: Remove even more references to the old parser (GH-21642)

Automerge-Triggered-By: @lysnikolaou
This commit is contained in:
Lysandros Nikolaou 2020-07-27 21:52:59 +02:00 committed by GitHub
parent 72cabb2aa6
commit b3fbff7289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 17 deletions

View file

@ -183,9 +183,6 @@ MULTILINE = {
'float_format': 'static float_format_type ',
'detected_double_format': 'static float_format_type ',
'detected_float_format': 'static float_format_type ',
# Parser/listnode.c
'level': 'static int ',
'atbol': 'static int ',
# Python/dtoa.c
'private_mem': 'static double private_mem[PRIVATE_mem]',
'pmem_next': 'static double *',