diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2019-04-13 17:05:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 17:05:14 +0100 |
commit | f2cf1e3e2892a6326949c2570f1bb6d6c95715fb (patch) | |
tree | bc8ec61893d284fe2e805191b2ba3c4a59a43879 /Makefile.pre.in | |
parent | bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) (diff) | |
download | cpython-f2cf1e3e2892a6326949c2570f1bb6d6c95715fb.tar.gz cpython-f2cf1e3e2892a6326949c2570f1bb6d6c95715fb.tar.bz2 cpython-f2cf1e3e2892a6326949c2570f1bb6d6c95715fb.zip |
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.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 1cb8a590d45..05c195767a8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1008,7 +1008,6 @@ PYTHON_HEADERS= \ $(srcdir)/Include/osdefs.h \ $(srcdir)/Include/osmodule.h \ $(srcdir)/Include/patchlevel.h \ - $(srcdir)/Include/pgenheaders.h \ $(srcdir)/Include/pyarena.h \ $(srcdir)/Include/pycapsule.h \ $(srcdir)/Include/pyctype.h \ |