mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
bpo-36623: Clean parser headers and include files (GH-12253)
After the removal of pgen, multiple header and function prototypes that lack implementation or are unused are still lying around.
This commit is contained in:
parent
f8716c88f1
commit
f2cf1e3e28
19 changed files with 16 additions and 83 deletions
|
@ -1,6 +1,5 @@
|
|||
/* Generated by Parser/pgen */
|
||||
|
||||
#include "pgenheaders.h"
|
||||
#include "grammar.h"
|
||||
grammar _PyParser_Grammar;
|
||||
static arc arcs_0_0[3] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue