bpo-40939: Remove the old parser (Part 2) (GH-21005)

Remove some remaining files and Makefile targets for the old parser
This commit is contained in:
Lysandros Nikolaou 2020-06-20 21:07:25 +03:00 committed by GitHub
parent 55460ee6dc
commit 314858e276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 5 additions and 3534 deletions

View file

@ -1,8 +1,6 @@
#include "Python.h"
#include "Python-ast.h"
#include "node.h"
#include "token.h"
#include "graminit.h"
#include "code.h"
#include "symtable.h"
#include "ast.h"