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:
Pablo Galindo 2019-04-13 17:05:14 +01:00 committed by GitHub
parent f8716c88f1
commit f2cf1e3e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 16 additions and 83 deletions

View file

@ -10,7 +10,7 @@
are not part of the static data structure written on graminit.[ch]
by the parser generator. */
#include "pgenheaders.h"
#include "Python.h"
#include "grammar.h"
#include "node.h"
#include "token.h"